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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to