aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2005-03-27 21:47:12 +0000
committerNate Lawson <njl@FreeBSD.org>2005-03-27 21:47:12 +0000
commitbee2b3595d762cca775eca4b054e5f06f245f4a1 (patch)
tree0d6de01fbc9ec8b135d4dd967bd6dac22c93f81c /sys/modules
parent98af5bd6a2c42a7c6fbfe88e727d39dc2d2afca5 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/cpufreq/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/cpufreq/Makefile b/sys/modules/cpufreq/Makefile
index be9e6b45791d..ec9c003d4ed2 100644
--- a/sys/modules/cpufreq/Makefile
+++ b/sys/modules/cpufreq/Makefile
@@ -9,7 +9,11 @@ SRCS= ichss.c
SRCS+= bus_if.h cpufreq_if.h device_if.h pci_if.h
.if ${MACHINE} == "i386"
-SRCS+= est.c p4tcc.c
+SRCS+= est.c p4tcc.c powernow.c
+.endif
+
+.if ${MACHINE} == "amd64"
+SRCS+= powernow.c
.endif
.include <bsd.kmod.mk>