]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/fdt.mk
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / stand / fdt.mk
1 # $FreeBSD$
2
3 .if ${MK_FDT} == "yes"
4 CFLAGS+=        -I${FDTSRC}
5 CFLAGS+=        -I${BOOTOBJ}/fdt
6 CFLAGS+=        -I${SYSDIR}/contrib/libfdt
7 CFLAGS+=        -DLOADER_FDT_SUPPORT
8 LIBFDT=         ${BOOTOBJ}/fdt/libfdt.a
9 .endif