svn commit: r208539 - head/sys/boot

Rafal Jaworowski raj at FreeBSD.org
Tue May 25 15:32:08 UTC 2010


Author: raj
Date: Tue May 25 15:32:07 2010
New Revision: 208539
URL: http://svn.freebsd.org/changeset/base/208539

Log:
  Bring a missing FDT piece (omitted in the previous commit).

Modified:
  head/sys/boot/Makefile

Modified: head/sys/boot/Makefile
==============================================================================
--- head/sys/boot/Makefile	Tue May 25 15:21:39 2010	(r208538)
+++ head/sys/boot/Makefile	Tue May 25 15:32:07 2010	(r208539)
@@ -26,6 +26,10 @@ SUBDIR+=		uboot
 SUBDIR+=		zfs
 .endif
 
+.if ${MK_FDT} != "no"
+SUBDIR+=		fdt
+.endif
+
 # Pick the machine-dependent subdir based on the target architecture.
 ADIR=			${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}
 .if exists(${.CURDIR}/${ADIR}/.)


More information about the svn-src-head mailing list