]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/boot/efi/Makefile.inc
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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"