summaryrefslogtreecommitdiffstats
path: root/sys/boot/uboot/Makefile
blob: 43b57480fe4c837ffcb5a2d51d32529eb00502a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.include <src.opts.mk>

SUBDIR=	lib

.if ${MK_FDT} != "no"
SUBDIR+=fdt
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud