From 7fde123e3aaa0702eb5ae71dc1a8b48e04f7e654 Mon Sep 17 00:00:00 2001 From: scottl Date: Sat, 5 Feb 2005 08:01:10 +0000 Subject: Only compile the cpufreq driver on i386 and amd64. --- sys/modules/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/modules/Makefile') 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 -- cgit v1.1