aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-09-26 14:04:38 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-09-26 14:04:38 +0100
commit6b4ce8b388d8d2f174edebff7a5418ca45b882d3 (patch)
tree4809f06d7e24077030b06e628d8b03e07a5c4aed /xen/drivers/Makefile
parent77fd4d4b3201ab84ee504a0486396cef58594a70 (diff)
downloadxen-6b4ce8b388d8d2f174edebff7a5418ca45b882d3.tar.gz
xen-6b4ce8b388d8d2f174edebff7a5418ca45b882d3.tar.bz2
xen-6b4ce8b388d8d2f174edebff7a5418ca45b882d3.zip
X86 and IA64: Rebase cpufreq logic for supporting both x86 and ia64
arch Rebase cpufreq logic for supporting both x86 and ia64 arch: 1. move cpufreq arch-independent logic into common dir (xen/drivers/acpi and xen/drivers/cpufreq dir); 2. leave cpufreq x86-dependent logic at xen/arch/x86/acpi/cpufreq dir; Signed-off-by: Yu, Ke <ke.yu@intel.com> Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com>
Diffstat (limited to 'xen/drivers/Makefile')
-rw-r--r--xen/drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/drivers/Makefile b/xen/drivers/Makefile
index 805fe1f77b..e88cd2ffe8 100644
--- a/xen/drivers/Makefile
+++ b/xen/drivers/Makefile
@@ -1,4 +1,5 @@
subdir-y += char
+subdir-y += cpufreq
subdir-$(x86) += passthrough
subdir-$(HAS_ACPI) += acpi
subdir-$(HAS_VGA) += video