1# $FreeBSD: stable/11/stand/fdt.mk 329145 2018-02-12 01:08:44Z kevans $
2
3.if ${MK_FDT} == "yes"
4CFLAGS+=	-I${FDTSRC}
5CFLAGS+=	-I${BOOTOBJ}/fdt
6CFLAGS+=	-I${SYSDIR}/contrib/libfdt
7CFLAGS+=	-DLOADER_FDT_SUPPORT
8LIBFDT=		${BOOTOBJ}/fdt/libfdt.a
9.endif
10