svn commit: r356303 - head/sys/conf

Kyle Evans kevans at FreeBSD.org
Thu Jan 2 23:00:53 UTC 2020


Author: kevans
Date: Thu Jan  2 23:00:52 2020
New Revision: 356303
URL: https://svnweb.freebsd.org/changeset/base/356303

Log:
  iicoc: limit fdt attachment to EXT_RESOURCES platforms
  
  The fdt attachment for this heavily relies on extres for clk work. This
  unbreaks the build for mips XLPN32/XLP, which have pci/fdt but no need for
  this fdt attachment.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Thu Jan  2 22:57:21 2020	(r356302)
+++ head/sys/conf/files	Thu Jan  2 23:00:52 2020	(r356303)
@@ -1797,7 +1797,7 @@ dev/iicbus/iiconf.c		optional iicbus
 dev/iicbus/iicsmb.c		optional iicsmb				\
 	dependency	"iicbus_if.h"
 dev/iicbus/iicoc.c		optional iicoc
-dev/iicbus/iicoc_fdt.c		optional iicoc fdt
+dev/iicbus/iicoc_fdt.c		optional iicoc ext_resources fdt
 dev/iicbus/iicoc_pci.c		optional iicoc pci
 dev/iicbus/isl12xx.c		optional isl12xx
 dev/iicbus/lm75.c		optional lm75


More information about the svn-src-head mailing list