From owner-svn-src-stable@FreeBSD.ORG Thu Mar 1 00:22:52 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACB6A106566C; Thu, 1 Mar 2012 00:22:52 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9B48C8FC19; Thu, 1 Mar 2012 00:22:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q210MqeL051820; Thu, 1 Mar 2012 00:22:52 GMT (envelope-from jhibbits@svn.freebsd.org) Received: (from jhibbits@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q210Mqb4051818; Thu, 1 Mar 2012 00:22:52 GMT (envelope-from jhibbits@svn.freebsd.org) Message-Id: <201203010022.q210Mqb4051818@svn.freebsd.org> From: Justin Hibbits Date: Thu, 1 Mar 2012 00:22:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r232324 - stable/9/sys/modules/scc X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2012 00:22:52 -0000 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