Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2014 02:37:07 +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-10@freebsd.org
Subject:   svn commit: r263132 - stable/10/sys/modules/hwpmc
Message-ID:  <201403140237.s2E2b7MG026225@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403140237.s2E2b7MG026225>