Makefile.inc revision 271135
1# $FreeBSD: stable/10/sys/boot/efi/Makefile.inc 271135 2014-09-04 21:01:10Z emaste $
2
3BINDIR?=	/boot
4
5.if ${MACHINE_CPUARCH} == "i386"
6CFLAGS+=        -march=i386
7.endif
8
9# Options used when building app-specific efi components
10CFLAGS+=	-ffreestanding -fshort-wchar -Wformat
11LDFLAGS+=	-nostdlib
12
13.include "../Makefile.inc"
14