Author: rwatson
Date: Wed Feb 19 17:44:59 2014
New Revision: 262224
URL: http://svnweb.freebsd.org/changeset/base/262224

Log:
  Do build boot-loader FDT code on MIPS.
  
  MFC after:    3 weeks
  Sponsored by: DARPA, AFRL

Added:
  head/sys/boot/Makefile.mips   (contents, props changed)

Added: head/sys/boot/Makefile.mips
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/sys/boot/Makefile.mips Wed Feb 19 17:44:59 2014        (r262224)
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+.if ${MK_FDT} != "no"
+SUBDIR+=               fdt
+.endif
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to