Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fdt.mk « stand - github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d4794d980f26bb598e2cddb7a88c2e97f36ba2d (plain)
1
2
3
4
5
6
7
8
9
# $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