]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - sys/boot/amd64/Makefile.inc
Copy stable/10@r272459 to releng/10.1 as part of
[FreeBSD/releng/10.1.git] / sys / boot / amd64 / Makefile.inc
1 # Common defines for all of /sys/boot/amd64/
2 #
3 # $FreeBSD$
4
5 BINDIR?=        /boot
6
7 # See conf/kern.mk for the correct set of these
8 CFLAGS+=        -ffreestanding
9 CFLAGS+=        -mno-mmx -mno-sse -mno-aes -mno-avx -msoft-float
10 LDFLAGS+=       -nostdlib
11
12 .include "../Makefile.inc"