]> code.delx.au - refind/blobdiff - refind/Makefile
CRC32 functions
[refind] / refind / Makefile
index 844c44386aa6c9800406c374fcaad96b5a4be08d..506ee116928b5c3b91b72e4fba4a3dd155a33d0b 100644 (file)
@@ -25,7 +25,7 @@ LOCAL_CPPFLAGS  = -I$(SRCDIR) -I$(SRCDIR)/../include -I$(SRCDIR)/../libeg -I$(SR
 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 driver_support.o
+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 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