]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - sys/boot/efi/Makefile.inc
Copy stable/10@r272459 to releng/10.1 as part of
[FreeBSD/releng/10.1.git] / sys / boot / efi / Makefile.inc
1 # $FreeBSD$
2
3 BINDIR?=        /boot
4
5 .if ${MACHINE_CPUARCH} == "i386"
6 CFLAGS+=        -march=i386
7 .endif
8
9 # Options used when building app-specific efi components
10 CFLAGS+=        -ffreestanding -fshort-wchar -Wformat
11 LDFLAGS+=       -nostdlib
12
13 .include "../Makefile.inc"