1# Common defines for all of /sys/boot/amd64/
2#
3# $FreeBSD$
4
5BINDIR?=	/boot
6
7# See conf/kern.mk for the correct set of these
8CFLAGS+=	-ffreestanding
9CFLAGS+=	-mno-mmx -mno-sse -mno-aes -mno-avx -msoft-float
10LDFLAGS+=	-nostdlib
11
12.include "../Makefile.inc"
13