]> code.delx.au - refind/blobdiff - mok/Makefile
Files for new MOK/shim code based on Bottomley's PreLoader.
[refind] / mok / Makefile
diff --git a/mok/Makefile b/mok/Makefile
new file mode 100644 (file)
index 0000000..83851c1
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# mok/Makefile
+# Build control file for the libeg library
+#
+
+SRCDIR = .
+
+VPATH = $(SRCDIR)
+
+LOCAL_CPPFLAGS  = -I$(SRCDIR) -I$(SRCDIR)/../include
+
+OBJS            = guid.o mok.o security_policy.o simple_file.o
+TARGET          = libmok.a
+
+all: $(TARGET)
+
+include $(SRCDIR)/../Make.common
+
+# EOF