]> code.delx.au - refind/blob - EfiLib/Makefile
Move details of refind-install documentation from installing.html to a
[refind] / EfiLib / Makefile
1 #
2 # EfiLib/Makefile
3 #
4
5 SRCDIR = .
6
7 VPATH = $(SRCDIR)
8
9 LOCAL_CPPFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include
10
11 OBJS = gnuefi-helper.o legacy.o BdsHelper.o BdsTianoCore.o
12 TARGET = libEfiLib.a
13
14 all: $(TARGET)
15
16 include $(SRCDIR)/../Make.common
17
18 clean:
19 rm -f *.o *.obj *~ *.lib *.a