]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/fdt.mk
loader.4th dictthreshold too small
[FreeBSD/FreeBSD.git] / stand / fdt.mk
1
2 .if ${MK_FDT} == "yes"
3 CFLAGS+=        -I${FDTSRC}
4 CFLAGS+=        -I${BOOTOBJ}/fdt
5 CFLAGS+=        -I${SYSDIR}/contrib/libfdt
6 CFLAGS+=        -DLOADER_FDT_SUPPORT
7 LIBSAFDT=       ${BOOTOBJ}/fdt/libfdt.a
8 .endif