summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-02-05 08:01:10 +0000
committerscottl <scottl@FreeBSD.org>2005-02-05 08:01:10 +0000
commit7fde123e3aaa0702eb5ae71dc1a8b48e04f7e654 (patch)
treeda3d6c608c9f3eec87887114e97d0ccbb0001b41
parentb0f32c379f5c89785e40f633090e7a7c1b6b5d46 (diff)
downloadFreeBSD-src-7fde123e3aaa0702eb5ae71dc1a8b48e04f7e654.zip
FreeBSD-src-7fde123e3aaa0702eb5ae71dc1a8b48e04f7e654.tar.gz
Only compile the cpufreq driver on i386 and amd64.
-rw-r--r--sys/modules/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 87af80f..8b6a2ba 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -49,7 +49,7 @@ SUBDIR= ${_3dfx} \
coda5 \
${_coff} \
${_cp} \
- cpufreq \
+ ${_cpufreq} \
${_crypto} \
${_cryptodev} \
${_cs} \
@@ -307,6 +307,7 @@ _awi= awi
_bktr= bktr
_coff= coff
_cp= cp
+_cpufreq= cpufreq
_digi= digi
_drm= drm
_ed= ed
@@ -400,6 +401,7 @@ _aac= aac
#_acpi= acpi # doesn't work on amd64 yet
_agp= agp
_ciss= ciss
+_cpufreq= cpufreq
_digi= digi
_drm= drm
_em= em
OpenPOWER on IntegriCloud