5c8f32a869
Tested by: marcel
8 lines
153 B
Makefile
8 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR?= /boot
|
|
|
|
# Options used when building app-specific efi components
|
|
CFLAGS+= -ffreestanding -fshort-wchar -Wformat
|
|
LDFLAGS+= -nostdlib
|