diff options
author | marcel <marcel@FreeBSD.org> | 2005-04-13 02:20:17 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2005-04-13 02:20:17 +0000 |
commit | f52e695ee6fe6e0b62d340734d32c4c55f37ed12 (patch) | |
tree | 8b9b0ad3e5929b2cb4ec326421a18b33363a1aa3 /sys/modules | |
parent | 467387567a2a1addcacf1bcba6f5cfbe256b9588 (diff) | |
download | FreeBSD-src-f52e695ee6fe6e0b62d340734d32c4c55f37ed12.zip FreeBSD-src-f52e695ee6fe6e0b62d340734d32c4c55f37ed12.tar.gz |
Build cpufreq on ia64. The upcoming Montecito processor supports the
Enhanced SpeedStep (that is, a follow-up of it called Foxton). Until
we actually have support for that, we build to catch regressions in
the framework.
Triggered by: njl
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 42793ee..06ac18c 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -447,6 +447,7 @@ _cbb= cbb _ciss= ciss _cm= cm _coff= coff +_cpufreq= cpufreq _el= el _em= em _ep= ep |