summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/Makefile.inc
blob: d36cdb79326039f6a405614788a109ba23eaa4db (plain)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

# Options used when building app-specific efi components

DPADD+=		${DESTDIR}/${LIBDIR}/libstand.a
LIBSTANDDIR=	${.CURDIR}/../../../../lib/libstand
LIBSTAND=	-lstand
LIBEFI=		${.OBJDIR}/../libefi/libefi.a
CFLAGS+=	-ffreestanding
OpenPOWER on IntegriCloud