aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/Makefile.inc
blob: 9ecdc436b9955c50fd67e1a8acd249477bf4e8e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD: src/sys/boot/efi/Makefile.inc,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $

BINDIR?=	/boot

# Options used when building app-specific efi components
CFLAGS+=	-ffreestanding -fshort-wchar -Wformat
LDFLAGS+=	-nostdlib

.include "../Makefile.inc"