]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/efi/gptboot/Makefile
MFV r359197: xz 5.2.5.
[FreeBSD/FreeBSD.git] / stand / efi / gptboot / Makefile
1 # $FreeBSD$
2
3 # ZFS is not supported, we want debugging until this is vetted and
4 # we don't want the gptboot.efifat thing created.
5 MK_LOADER_ZFS=no
6 EFI_DEBUG=yes
7
8 BOOT1?=         gptboot
9 .PATH:          ${SRCTOP}/stand/efi/boot1 ${SRCTOP}/stand/libsa
10 CFLAGS+=        -I${SRCTOP}/stand/efi/boot1
11 CFLAGS+=        -I${.CURDIR}
12 CFLAGS+=        -DBOOTPROG=\"gptboot.efi\"
13 CFLAGS+=        -DHAVE_MEMCPY -I${SRCTOP}/sys/contrib/zlib
14 SRCS+=          gpt.c
15 CWARNFLAGS.gpt.c+=      -Wno-sign-compare -Wno-cast-align
16 WARNS=6
17 .include "${.CURDIR}/../boot1/Makefile"