summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2014-02-19 17:44:59 +0000
committerrwatson <rwatson@FreeBSD.org>2014-02-19 17:44:59 +0000
commit17c7f9bbd2205f2ad291320a857566a6e289484e (patch)
treee419ac9293d747d94e543c10f08a8aad958795a7
parentd2d19c03ef4e2c6519bc84c9f12b0be82e014c98 (diff)
downloadFreeBSD-src-17c7f9bbd2205f2ad291320a857566a6e289484e.zip
FreeBSD-src-17c7f9bbd2205f2ad291320a857566a6e289484e.tar.gz
Do build boot-loader FDT code on MIPS.
MFC after: 3 weeks Sponsored by: DARPA, AFRL
-rw-r--r--sys/boot/Makefile.mips5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/Makefile.mips b/sys/boot/Makefile.mips
new file mode 100644
index 0000000..6e69d1e
--- /dev/null
+++ b/sys/boot/Makefile.mips
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+.if ${MK_FDT} != "no"
+SUBDIR+= fdt
+.endif
OpenPOWER on IntegriCloud