freebsd_amp_hwpstate/stand/fdt.mk

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