summaryrefslogtreecommitdiffstats
path: root/sys/modules/hwpmc/Makefile
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2013-09-03 00:34:18 +0000
committerjhibbits <jhibbits@FreeBSD.org>2013-09-03 00:34:18 +0000
commit241d6ad5a0c8a52a564eacc5aa40d69099a3339e (patch)
tree51b16235d947d6c789081d0c7edd78dafb26696b /sys/modules/hwpmc/Makefile
parenta866db8b145bb3b71d3076bbda88ca69ce0ac4da (diff)
downloadFreeBSD-src-241d6ad5a0c8a52a564eacc5aa40d69099a3339e.zip
FreeBSD-src-241d6ad5a0c8a52a564eacc5aa40d69099a3339e.tar.gz
Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoring
will likely be done as more drivers are added, since AIM-compatible processors have similar PMC configuration logic.
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 8948805..0ebf7a1 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
+SRCS+= hwpmc_powerpc.c hwpmc_mpc7xxx.c
.endif
.if ${MACHINE_CPUARCH} == "sparc64"
OpenPOWER on IntegriCloud