]> code.delx.au - refind/blobdiff - refind/Makefile
Version supports Secure Boot/MOK verification of binaries.
[refind] / refind / Makefile
index 970c0ab23cd46fef02c132502ebacc785ed90f8d..eb981408f42016819199307290aef0ffa387e35b 100644 (file)
@@ -26,7 +26,7 @@ LOCAL_CPPFLAGS  = -I$(SRCDIR) -I$(SRCDIR)/../include -I$(SRCDIR)/../libeg
 LOCAL_LDFLAGS   = -L$(SRCDIR)/../libeg/
 LOCAL_LIBS      = -leg
 
-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
 
 all: $(TARGET)