]> code.delx.au - refind/blobdiff - refind/Makefile
Clean up of driver support; now requires newer GNU-EFI package.
[refind] / refind / Makefile
index 4c40c48277c759e832e55c6620c4628e1b388521..50a131b757728a6d3ee0c32c38dc49fc023a0bf6 100644 (file)
@@ -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
+OBJS            = main.o config.o menu.o screen.o icns.o lib.o driver_support.o
 TARGET          = refind.efi
 
 all: $(TARGET)