aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2015-04-18 21:39:17 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2015-04-18 21:39:17 +0000
commita745246822b524c3527fd87eb683cfd8d0d75b58 (patch)
tree0aed71c597d2cf9b3f0db9e6f5404c8b7f752e9c /sys/modules
parent3d0045bb2b27da7ad0c1befac8cd3b421cd52d12 (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 c9c60fcf8585..cfae7b6a4c7b 100644
--- a/sys/modules/hwpmc/Makefile
+++ b/sys/modules/hwpmc/Makefile
@@ -25,7 +25,7 @@ SRCS+= device_if.h bus_if.h
.endif
.if ${MACHINE_CPUARCH} == "powerpc"
-SRCS+= hwpmc_powerpc.c hwpmc_mpc7xxx.c hwpmc_ppc970.c
+SRCS+= hwpmc_powerpc.c hwpmc_e500.c hwpmc_mpc7xxx.c hwpmc_ppc970.c
.endif
.if ${MACHINE_CPUARCH} == "sparc64"