svn commit: r273668 - stable/10/sys/conf

Ian Lepore ian at FreeBSD.org
Sun Oct 26 03:29:07 UTC 2014


Author: ian
Date: Sun Oct 26 03:29:06 2014
New Revision: 273668
URL: https://svnweb.freebsd.org/changeset/base/273668

Log:
  MFC r271535:
  
    Make inclusion of fdt clock support conditional on fdt_clock, not just fdt.

Modified:
  stable/10/sys/conf/files
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/conf/files
==============================================================================
--- stable/10/sys/conf/files	Sun Oct 26 03:13:19 2014	(r273667)
+++ stable/10/sys/conf/files	Sun Oct 26 03:29:06 2014	(r273668)
@@ -1371,8 +1371,8 @@ dev/fatm/if_fatm.c		optional fatm pci
 dev/fb/fbd.c			optional fbd | vt
 dev/fb/fb_if.m			standard
 dev/fb/splash.c			optional sc splash
-dev/fdt/fdt_clock.c		optional fdt
-dev/fdt/fdt_clock_if.m		optional fdt
+dev/fdt/fdt_clock.c		optional fdt_clock
+dev/fdt/fdt_clock_if.m		optional fdt_clock
 dev/fdt/fdt_common.c		optional fdt
 dev/fdt/fdt_slicer.c		optional fdt cfi | fdt nand
 dev/fdt/fdt_static_dtb.S	optional fdt fdt_dtb_static \


More information about the svn-src-stable-10 mailing list