X-Git-Url: https://code.delx.au/refind/blobdiff_plain/fae4a8d3fada7d96cf0e50e13622a7ca72b17c0a..e0f6b77e5692ec112bb803202ae27f8c5d55de50:/refind/Makefile diff --git a/refind/Makefile b/refind/Makefile index 970c0ab..eb98140 100644 --- a/refind/Makefile +++ b/refind/Makefile @@ -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)