2001-06-09 16:49:51 +00:00
|
|
|
# $FreeBSD$
|
2001-06-16 05:59:45 +00:00
|
|
|
|
2004-02-12 08:10:34 +00:00
|
|
|
BINDIR?= /boot
|
|
|
|
|
2001-06-09 16:49:51 +00:00
|
|
|
# Options used when building app-specific efi components
|
2002-12-10 04:20:15 +00:00
|
|
|
CFLAGS+= -ffreestanding -fshort-wchar -Wformat
|
2004-02-12 08:10:34 +00:00
|
|
|
LDFLAGS+= -nostdlib
|