mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
9 lines
189 B
Makefile
9 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
|