1325689Simp# $FreeBSD: stable/11/stand/fdt.mk 329145 2018-02-12 01:08:44Z kevans $
2325689Simp
3325689Simp.if ${MK_FDT} == "yes"
4325689SimpCFLAGS+=	-I${FDTSRC}
5325689SimpCFLAGS+=	-I${BOOTOBJ}/fdt
6325689SimpCFLAGS+=	-I${SYSDIR}/contrib/libfdt
7325689SimpCFLAGS+=	-DLOADER_FDT_SUPPORT
8325689SimpLIBFDT=		${BOOTOBJ}/fdt/libfdt.a
9325689Simp.endif
10