summaryrefslogtreecommitdiffstats
path: root/sys/modules/cpufreq/Makefile
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-03-27 21:47:12 +0000
committernjl <njl@FreeBSD.org>2005-03-27 21:47:12 +0000
commitdb0d3011a064c8a6d7b547e9cc8f5fef09d99979 (patch)
tree0d6de01fbc9ec8b135d4dd967bd6dac22c93f81c /sys/modules/cpufreq/Makefile
parentb8115cf62b8c90809fa1c4ca0202580d1e88dc4c (diff)
downloadFreeBSD-src-db0d3011a064c8a6d7b547e9cc8f5fef09d99979.zip
FreeBSD-src-db0d3011a064c8a6d7b547e9cc8f5fef09d99979.tar.gz
Hook powernow up to the build for i386 and amd64.
Diffstat (limited to 'sys/modules/cpufreq/Makefile')
-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 be9e6b4..ec9c003 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>
OpenPOWER on IntegriCloud