svn commit: r261420 - head/sys/modules/hwpmc

Justin Hibbits jhibbits at FreeBSD.org
Mon Feb 3 01:16:33 UTC 2014


Author: jhibbits
Date: Mon Feb  3 01:16:32 2014
New Revision: 261420
URL: http://svnweb.freebsd.org/changeset/base/261420

Log:
  Add missing file to Makefile.
  
  MFC after:	1 month
  X-MFC-with:	261342

Modified:
  head/sys/modules/hwpmc/Makefile

Modified: head/sys/modules/hwpmc/Makefile
==============================================================================
--- head/sys/modules/hwpmc/Makefile	Sun Feb  2 23:29:51 2014	(r261419)
+++ head/sys/modules/hwpmc/Makefile	Mon Feb  3 01:16:32 2014	(r261420)
@@ -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-head mailing list