X-Git-Url: https://code.delx.au/refind/blobdiff_plain/fae4a8d3fada7d96cf0e50e13622a7ca72b17c0a..e366a10e438344bd1331f2de89d177079a91ba76:/refind/Makefile diff --git a/refind/Makefile b/refind/Makefile index 970c0ab..402e33d 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/ -L$(SRCDIR)/../EfiLib/ +LOCAL_LIBS = -leg -lmok -lEfiLib -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 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) @@ -35,6 +35,7 @@ include $(SRCDIR)/../Make.common $(TARGET): $(SHLIB_TARGET) $(OBJCOPY) -j .text -j .sdata -j .data -j .dynamic -j .dynsym -j .rel \ -j .rela -j .reloc --target=$(FORMAT) $< $@ + chmod a-x $(TARGET) # EOF # DO NOT DELETE