]> code.delx.au - refind/blob - mok/Makefile
83851c1266c14e291f617cd6b5446655cb334e42
[refind] / mok / Makefile
1 #
2 # mok/Makefile
3 # Build control file for the libeg library
4 #
5
6 SRCDIR = .
7
8 VPATH = $(SRCDIR)
9
10 LOCAL_CPPFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include
11
12 OBJS = guid.o mok.o security_policy.o simple_file.o
13 TARGET = libmok.a
14
15 all: $(TARGET)
16
17 include $(SRCDIR)/../Make.common
18
19 # EOF