]> code.delx.au - refind/blobdiff - refind/Makefile
rEFInd can now load EFI drivers!
[refind] / refind / Makefile
index 4c40c48277c759e832e55c6620c4628e1b388521..f1bbdb8d84be775da41d4102e2185be44d70252c 100644 (file)
@@ -19,7 +19,7 @@ LOCAL_CPPFLAGS  = -I$(SRCDIR) -I$(SRCDIR)/../include -I$(SRCDIR)/../libeg -DDEBI
 LOCAL_LDFLAGS   = -L$(SRCDIR)/../libeg/$(LIBEG)
 LOCAL_LIBS      = -leg
 
-OBJS            = main.o config.o menu.o screen.o icns.o lib.o
+OBJS            = main.o config.o menu.o screen.o icns.o lib.o bootsvcs.o
 TARGET          = refind.efi
 
 all: $(TARGET)