mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
023fc80ee3
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e
)
8 lines
177 B
Makefile
8 lines
177 B
Makefile
|
|
.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
|