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

.include <bsd.init.mk>

SUBDIR=	lib

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

.include <bsd.subdir.mk>