svn commit: r232176 - head/sys/modules/scc
Justin Hibbits
jhibbits at FreeBSD.org
Sun Feb 26 13:27:22 UTC 2012
Author: jhibbits
Date: Sun Feb 26 13:27:22 2012
New Revision: 232176
URL: http://svn.freebsd.org/changeset/base/232176
Log:
Fix the scc(4) module build. Without the file it's missing a required symbol.
Approved by: nwhitehorn (mentor)
MFC after: 3 days
Modified:
head/sys/modules/scc/Makefile
Modified: head/sys/modules/scc/Makefile
==============================================================================
--- head/sys/modules/scc/Makefile Sun Feb 26 12:56:12 2012 (r232175)
+++ head/sys/modules/scc/Makefile Sun Feb 26 13:27:22 2012 (r232176)
@@ -6,7 +6,7 @@
scc_bfe= scc_bfe_ebus.c scc_bfe_sbus.c
.endif
.if ${MACHINE_CPUARCH} == "powerpc"
-scc_bfe= scc_bfe_macio.c scc_bfe_quicc.c
+scc_bfe= scc_bfe_macio.c scc_bfe_quicc.c scc_dev_quicc.c
.endif
KMOD= scc
More information about the svn-src-head
mailing list