aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2013-09-03 00:34:18 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2013-09-03 00:34:18 +0000
commitb2fb58a11db04975893ac1efa4f4dab99830e0c3 (patch)
tree51b16235d947d6c789081d0c7edd78dafb26696b /sys/modules
parent335c94e63205aa27d6faacafe6c17b71403cb2e6 (diff)
Notes
Diffstat (limited to 'sys/modules')
-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 8948805ceeca..0ebf7a1b37d0 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"