X-Git-Url: https://code.delx.au/refind/blobdiff_plain/8de66ef58ff93744648fb458845cbe593db69640..95db688800c527d3c9ee1f692d9125136facc38b:/refind/Makefile diff --git a/refind/Makefile b/refind/Makefile index 4c40c48..f1bbdb8 100644 --- a/refind/Makefile +++ b/refind/Makefile @@ -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)