Do build boot-loader FDT code on MIPS.

MFC after:	3 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
Robert Watson 2014-02-19 17:44:59 +00:00
parent dc64d6b7e1
commit 0c7090e31a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262224

5
sys/boot/Makefile.mips Normal file
View File

@ -0,0 +1,5 @@
# $FreeBSD$
.if ${MK_FDT} != "no"
SUBDIR+= fdt
.endif