summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/Makefile.inc
blob: fdfd59cf0d684bb2965428226a8a2a8ddc409735 (plain)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

BINDIR?=	/boot

# Options used when building app-specific efi components
CFLAGS+=	-ffreestanding -fshort-wchar -Wformat
LDFLAGS+=	-nostdlib

.include "../Makefile.inc"
OpenPOWER on IntegriCloud