aboutsummaryrefslogtreecommitdiff
path: root/stand/fdt.mk
blob: 1b3df587d0dbfb48b97477f35b2910e77ba7965f (plain) (blame)
1
2
3
4
5
6
7
8

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