svn commit: r271535 - head/sys/conf

Ian Lepore ian at FreeBSD.org
Sat Sep 13 17:38:27 UTC 2014


Author: ian
Date: Sat Sep 13 17:38:26 2014
New Revision: 271535
URL: http://svnweb.freebsd.org/changeset/base/271535

Log:
  Make inclusion of fdt clock support conditional on fdt_clock, not just fdt.
  There are plenty of platforms that use fdt without needing the overhead of
  the new clock support routines.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Sat Sep 13 17:36:34 2014	(r271534)
+++ head/sys/conf/files	Sat Sep 13 17:38:26 2014	(r271535)
@@ -1377,8 +1377,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-head mailing list