summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/Makefile.inc
blob: 58c4726e504583db5c55f6961467c806466069b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

BINDIR?=	/boot

.if ${MACHINE_CPUARCH} == "i386"
CFLAGS+=        -march=i386
.endif

# Options used when building app-specific efi components
# See conf/kern.mk for the correct set of these
CFLAGS+=	-ffreestanding -fshort-wchar -Wformat
CFLAGS+=	-mno-red-zone
CFLAGS+=	-mno-mmx -mno-sse -mno-aes -mno-avx -msoft-float
LDFLAGS+=	-nostdlib

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