summaryrefslogtreecommitdiffstats
path: root/sys/modules/hwpmc/Makefile
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2014-03-14 02:37:07 +0000
committerjhibbits <jhibbits@FreeBSD.org>2014-03-14 02:37:07 +0000
commit51b0a860f7872f0b5856f338d6b120396f62fe0b (patch)
tree72db777d7fea5276cf555c3e1f3ad0389b5e2c03 /sys/modules/hwpmc/Makefile
parentdda91b34acd14b00ab7129430b824d1d7f57f5cd (diff)
downloadFreeBSD-src-51b0a860f7872f0b5856f338d6b120396f62fe0b.zip
FreeBSD-src-51b0a860f7872f0b5856f338d6b120396f62fe0b.tar.gz
MFC r262530
Add missing file to Makefile
Diffstat (limited to 'sys/modules/hwpmc/Makefile')
-rw-r--r--sys/modules/hwpmc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/hwpmc/Makefile b/sys/modules/hwpmc/Makefile
index 0ebf7a1..fd05940 100644
--- a/sys/modules/hwpmc/Makefile
+++ b/sys/modules/hwpmc/Makefile
@@ -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"
OpenPOWER on IntegriCloud