freebsd/stand/fdt.mk
2017-11-14 23:02:19 +00:00

10 lines
189 B
Makefile

# $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