X-Git-Url: https://code.delx.au/refind/blobdiff_plain/25e87f239ab29f44c969e9fd52b57d8b0ad905fe..e8d54384d2b49983ba17471527db797159bfede4:/refind/Makefile diff --git a/refind/Makefile b/refind/Makefile index ba39980..00735fe 100644 --- a/refind/Makefile +++ b/refind/Makefile @@ -22,11 +22,11 @@ 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 crc32.o lib.o driver_support.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 +OBJS = main.o apple.o line_edit.o config.o menu.o screen.o icns.o gpt.o crc32.o lib.o driver_support.o legacy.o +#OBJS = main.o line_edit.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)