svn commit: r263132 - stable/10/sys/modules/hwpmc

Justin Hibbits jhibbits at FreeBSD.org
Fri Mar 14 02:37:07 UTC 2014


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"


More information about the svn-src-stable mailing list