]> code.delx.au - refind/blob - EfiLib/Makefile
Fixed uninitialized-pointer bug that manifested as a crash with
[refind] / EfiLib / Makefile
1 #
2 # EfiLib/Makefile
3 #
4
5 # This program is licensed under the terms of the GNU GPL, version 3,
6 # or (at your option) any later version.
7 # You should have received a copy of the GNU General Public License
8 # along with this program. If not, see <http://www.gnu.org/licenses/>.
9
10 SRCDIR = .
11
12 VPATH = $(SRCDIR)
13
14 LOCAL_GNUEFI_CFLAGS = -I$(SRCDIR) -I$(SRCDIR)/../include
15
16 OBJS = gnuefi-helper.o legacy.o BdsHelper.o BdsTianoCore.o
17 TARGET = libEfiLib.a
18
19 all: $(TARGET)
20
21 include $(SRCDIR)/../Make.common
22
23 clean:
24 rm -f *.o *.obj *~ *.lib *.a