Date: Thu, 1 Mar 2012 00:22:52 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r232324 - stable/9/sys/modules/scc Message-ID: <201203010022.q210Mqb4051818@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203010022.q210Mqb4051818>