]> code.delx.au - refind/blobdiff - mok/Makefile
Significant reworking of Makefile structure. Added Apple Core Storage
[refind] / mok / Makefile
index a30b0e1cd75257f7351554f20d30f648859f332d..1d01cf560ba283d2b2e04e392060279852281fa7 100644 (file)
@@ -12,7 +12,7 @@ SRCDIR = .
 
 VPATH = $(SRCDIR)
 
 
 VPATH = $(SRCDIR)
 
-LOCAL_CPPFLAGS  = -I$(SRCDIR) -I$(SRCDIR)/../include
+LOCAL_GNUEFI_CFLAGS  = -I$(SRCDIR) -I$(SRCDIR)/../include
 
 OBJS            = guid.o mok.o security_policy.o simple_file.o
 TARGET          = libmok.a
 
 OBJS            = guid.o mok.o security_policy.o simple_file.o
 TARGET          = libmok.a
@@ -21,4 +21,7 @@ all: $(TARGET)
 
 include $(SRCDIR)/../Make.common
 
 
 include $(SRCDIR)/../Make.common
 
+clean:
+       rm -f $(TARGET) *~ *.so $(OBJS) *.efi *.obj refind_*.txt refind_*.dll *.lib
+
 # EOF
 # EOF