summaryrefslogtreecommitdiff
path: root/sys/modules/hwpmc
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2008-11-27 09:00:47 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2008-11-27 09:00:47 +0000
commit0cfab8ddc1f14b106f97bb0d9825c369a69c9a5a (patch)
treeb416bbd4293b5dc3b86cfd87f09039063e60517b /sys/modules/hwpmc
parent3c8d4fc09ba9d58aff04cccdaafce4ae05a1c609 (diff)
Notes
Diffstat (limited to 'sys/modules/hwpmc')
-rw-r--r--sys/modules/hwpmc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/modules/hwpmc/Makefile b/sys/modules/hwpmc/Makefile
index 350d36152a7a..0a696a12e081 100644
--- a/sys/modules/hwpmc/Makefile
+++ b/sys/modules/hwpmc/Makefile
@@ -9,7 +9,8 @@ KMOD= hwpmc
SRCS= hwpmc_mod.c hwpmc_logging.c vnode_if.h
.if ${MACHINE_ARCH} == "amd64"
-SRCS+= hwpmc_amd.c hwpmc_intel.c hwpmc_piv.c hwpmc_tsc.c hwpmc_x86.c
+SRCS+= hwpmc_amd.c hwpmc_core.c hwpmc_intel.c hwpmc_piv.c hwpmc_tsc.c
+SRCS+= hwpmc_x86.c
SRCS+= device_if.h bus_if.h
.endif
@@ -18,8 +19,8 @@ SRCS+= hwpmc_arm.c
.endif
.if ${MACHINE_ARCH} == "i386"
-SRCS+= hwpmc_amd.c hwpmc_intel.c hwpmc_piv.c hwpmc_ppro.c hwpmc_pentium.c
-SRCS+= hwpmc_tsc.c hwpmc_x86.c
+SRCS+= hwpmc_amd.c hwpmc_core.c hwpmc_intel.c hwpmc_piv.c hwpmc_ppro.c
+SRCS+= hwpmc_pentium.c hwpmc_tsc.c hwpmc_x86.c
SRCS+= device_if.h bus_if.h
.endif