From owner-svn-src-all@FreeBSD.ORG Fri Mar 14 02:37:07 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A159D1CD; Fri, 14 Mar 2014 02:37:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D893EBA; Fri, 14 Mar 2014 02:37:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2E2b7f2026226; Fri, 14 Mar 2014 02:37:07 GMT (envelope-from jhibbits@svn.freebsd.org) Received: (from jhibbits@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2E2b7MG026225; Fri, 14 Mar 2014 02:37:07 GMT (envelope-from jhibbits@svn.freebsd.org) Message-Id: <201403140237.s2E2b7MG026225@svn.freebsd.org> From: Justin Hibbits Date: Fri, 14 Mar 2014 02:37:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r263132 - stable/10/sys/modules/hwpmc X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 02:37:07 -0000 Author: jhibbits Date: Fri Mar 14 02:37:07 2014 New Revision: 263132 URL: http://svnweb.freebsd.org/changeset/base/263132 Log: MFC r262530 Add missing file to Makefile Modified: stable/10/sys/modules/hwpmc/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/modules/hwpmc/Makefile ============================================================================== --- stable/10/sys/modules/hwpmc/Makefile Fri Mar 14 02:10:30 2014 (r263131) +++ stable/10/sys/modules/hwpmc/Makefile Fri Mar 14 02:37:07 2014 (r263132) @@ -29,7 +29,7 @@ SRCS+= hwpmc_ia64.c .endif .if ${MACHINE_CPUARCH} == "powerpc" -SRCS+= hwpmc_powerpc.c hwpmc_mpc7xxx.c +SRCS+= hwpmc_powerpc.c hwpmc_mpc7xxx.c hwpmc_ppc970.c .endif .if ${MACHINE_CPUARCH} == "sparc64"