# $FreeBSD: releng/12.1/stand/uboot/fdt/Makefile 329345 2018-02-16 00:17:32Z imp $ # $BSDSUniX $ .include .PATH: ${LDRSRC} LIB= uboot_fdt WARNS?= 2 SRCS= uboot_fdt.c # U-Boot library headers CFLAGS+= -I${UBOOTSRC}/lib # libfdt headers CFLAGS+= -I${FDTSRC} # Pick up the bootstrap header for some interface items CFLAGS+= -I${LDRSRC} .include