svn commit: r262224 - head/sys/boot

Robert Watson rwatson at FreeBSD.org
Wed Feb 19 17:45:00 UTC 2014


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


More information about the svn-src-head mailing list