aboutsummaryrefslogblamecommitdiff
path: root/stand/fdt.mk
blob: 4d4794d980f26bb598e2cddb7a88c2e97f36ba2d (plain) (tree)
1
2
3
4
5
6
7
8
9








                                          
# $FreeBSD$

.if ${MK_FDT} == "yes"
CFLAGS+=	-I${FDTSRC}
CFLAGS+=	-I${BOOTOBJ}/fdt
CFLAGS+=	-I${SYSDIR}/contrib/libfdt
CFLAGS+=	-DLOADER_FDT_SUPPORT
LIBFDT=		${BOOTOBJ}/fdt/libfdt.a
.endif