]> code.delx.au - refind/blobdiff - refind/Makefile
Version 0.9.2 release
[refind] / refind / Makefile
index 506ee116928b5c3b91b72e4fba4a3dd155a33d0b..402e33d5670d6b85b889d3efc8505b225c74af0e 100644 (file)
@@ -22,10 +22,10 @@ ifeq ($(ARCH),x86_64)
 endif
 
 LOCAL_CPPFLAGS  = -I$(SRCDIR) -I$(SRCDIR)/../include -I$(SRCDIR)/../libeg -I$(SRCDIR)/../mok
-LOCAL_LDFLAGS   = -L$(SRCDIR)/../libeg/ -L$(SRCDIR)/../mok/
-LOCAL_LIBS      = -leg -lmok
+LOCAL_LDFLAGS   = -L$(SRCDIR)/../libeg/ -L$(SRCDIR)/../mok/ -L$(SRCDIR)/../EfiLib/
+LOCAL_LIBS      = -leg -lmok -lEfiLib
 
-OBJS            = main.o config.o menu.o screen.o icns.o gpt.o lib.o driver_support.o
+OBJS            = main.o config.o menu.o screen.o icns.o gpt.o crc32.o lib.o driver_support.o legacy.o
 #OBJS            = main.o config.o menu.o screen.o icns.o lib.o mok.o driver_support.o variables.o sha256.o pecoff.o simple_file.o security_policy.o guid.o
 
 all: $(TARGET)