X-Git-Url: https://code.delx.au/refind/blobdiff_plain/7e22a0b1a85d3403ed76ece8339a07ef59174ed3..a0bab7e95672ae7438f7fdb806b9b167a5b04e07:/refind/Makefile diff --git a/refind/Makefile b/refind/Makefile index eb98140..844c443 100644 --- a/refind/Makefile +++ b/refind/Makefile @@ -21,12 +21,12 @@ ifeq ($(ARCH),x86_64) TARGET = refind_x64.efi endif -LOCAL_CPPFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include -I$(SRCDIR)/../libeg -#LOCAL_LDFLAGS = -L$(SRCDIR)/../libeg/$(LIBEG) -LOCAL_LDFLAGS = -L$(SRCDIR)/../libeg/ -LOCAL_LIBS = -leg +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 -OBJS = main.o config.o menu.o screen.o icns.o lib.o mok.o driver_support.o +OBJS = main.o config.o menu.o screen.o icns.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 all: $(TARGET)