mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
ca987d4641
Sponsored by: Netflix
10 lines
189 B
Makefile
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
|