Hook in dtc/libfdt now that it builds for me

This commit is contained in:
skrll 2017-06-07 10:38:33 +00:00
parent 51791eabef
commit ee83b6cae4
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.190 2017/06/06 08:21:53 skrll Exp $
# $NetBSD: Makefile,v 1.191 2017/06/07 10:38:33 skrll Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@ -210,8 +210,8 @@ SUBDIR+= elftosb
.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \
${MACHINE} == "evbppc" || ${MACHINE} == "sandpoint"
SUBDIR+= mkubootimage
#SUBDIR+= libfdt .WAIT
#SUBDIR+= dtc
SUBDIR+= libfdt .WAIT
SUBDIR+= dtc
.endif
.if ${MKX11} != "no"