svn commit: r246764 - head/sys/conf

Ian Lepore ian at FreeBSD.org
Wed Feb 13 15:13:48 UTC 2013


Author: ian
Date: Wed Feb 13 15:13:47 2013
New Revision: 246764
URL: http://svnweb.freebsd.org/changeset/base/246764

Log:
  Add a dependency so that when compiling in a static dtb, the kernel gets
  re-linked after changing the .dts source.
  
  Reviewed by:	cognet, arm@

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Feb 13 15:09:16 2013	(r246763)
+++ head/sys/conf/files	Wed Feb 13 15:13:47 2013	(r246764)
@@ -1294,7 +1294,8 @@ dev/fb/splash.c			optional splash
 dev/fdt/fdt_common.c		optional fdt
 dev/fdt/fdt_pci.c		optional fdt pci
 dev/fdt/fdt_slicer.c		optional fdt cfi | fdt nand
-dev/fdt/fdt_static_dtb.S	optional fdt fdt_dtb_static
+dev/fdt/fdt_static_dtb.S	optional fdt fdt_dtb_static \
+	dependency	"$S/boot/fdt/dts/${FDT_DTS_FILE}"
 dev/fdt/fdtbus.c		optional fdt
 dev/fdt/simplebus.c		optional fdt
 dev/fe/if_fe.c			optional fe


More information about the svn-src-head mailing list