svn commit: r232324 - stable/9/sys/modules/scc

Justin Hibbits jhibbits at FreeBSD.org
Thu Mar 1 00:22:52 UTC 2012


Author: jhibbits
Date: Thu Mar  1 00:22:52 2012
New Revision: 232324
URL: http://svn.freebsd.org/changeset/base/232324

Log:
  MFC r232176:
  
  Fix the scc(4) module build.  Without the file it's missing a required
  symbol.
  
  Approved by:	nwhitehorn (mentor)

Modified:
  stable/9/sys/modules/scc/Makefile
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/modules/scc/Makefile
==============================================================================
--- stable/9/sys/modules/scc/Makefile	Wed Feb 29 23:06:48 2012	(r232323)
+++ stable/9/sys/modules/scc/Makefile	Thu Mar  1 00:22:52 2012	(r232324)
@@ -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-stable-9 mailing list