svn commit: r281062 - head/sys/conf

Justin Hibbits jhibbits at FreeBSD.org
Sat Apr 4 06:22:15 UTC 2015


Author: jhibbits
Date: Sat Apr  4 06:22:14 2015
New Revision: 281062
URL: https://svnweb.freebsd.org/changeset/base/281062

Log:
  Add mpc85xx_gpio to the build conf.
  
  Missed this in the previous commit.

Modified:
  head/sys/conf/files.powerpc

Modified: head/sys/conf/files.powerpc
==============================================================================
--- head/sys/conf/files.powerpc	Sat Apr  4 04:30:37 2015	(r281061)
+++ head/sys/conf/files.powerpc	Sat Apr  4 06:22:14 2015	(r281062)
@@ -136,6 +136,7 @@ powerpc/mpc85xx/i2c.c		optional	iicbus f
 powerpc/mpc85xx/isa.c		optional	mpc85xx isa
 powerpc/mpc85xx/lbc.c		optional	mpc85xx
 powerpc/mpc85xx/mpc85xx.c	optional	mpc85xx
+powerpc/mpc85xx/mpc85xx_gpio.c	optional	mpc85xx gpio
 powerpc/mpc85xx/platform_mpc85xx.c	optional	mpc85xx
 powerpc/mpc85xx/pci_mpc85xx.c	optional	pci mpc85xx
 powerpc/ofw/ofw_machdep.c	standard


More information about the svn-src-all mailing list