Makefile.inc revision 271135
1176730Sjeff# $FreeBSD: stable/10/sys/boot/efi/Makefile.inc 271135 2014-09-04 21:01:10Z emaste $
2176730Sjeff
3176730SjeffBINDIR?=	/boot
4176730Sjeff
5177904Sjeff.if ${MACHINE_CPUARCH} == "i386"
6177904SjeffCFLAGS+=        -march=i386
7177904Sjeff.endif
8176730Sjeff
9176730Sjeff# Options used when building app-specific efi components
10176730SjeffCFLAGS+=	-ffreestanding -fshort-wchar -Wformat
11176730SjeffLDFLAGS+=	-nostdlib
12176730Sjeff
13176730Sjeff.include "../Makefile.inc"
14176730Sjeff