X-Git-Url: https://code.delx.au/refind/blobdiff_plain/8b7e5d7b0d0ec821647a41f712f7a67c0e1ddb8b..7e41f7799b358fdd955115c904e5862cb1efc44d:/refind/Makefile diff --git a/refind/Makefile b/refind/Makefile index f1bbdb8..50a131b 100644 --- a/refind/Makefile +++ b/refind/Makefile @@ -15,11 +15,11 @@ ifeq ($(ARCH),x86_64) LIBEG = build64 endif -LOCAL_CPPFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include -I$(SRCDIR)/../libeg -DDEBIAN_VERSION="L\"$(DEBVER)\"" +LOCAL_CPPFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include -I$(SRCDIR)/../libeg LOCAL_LDFLAGS = -L$(SRCDIR)/../libeg/$(LIBEG) LOCAL_LIBS = -leg -OBJS = main.o config.o menu.o screen.o icns.o lib.o bootsvcs.o +OBJS = main.o config.o menu.o screen.o icns.o lib.o driver_support.o TARGET = refind.efi all: $(TARGET)