source: trunk/packages/xen-common/xen-common/linux-2.6-xen-sparse/arch/i386/kernel/cpu/Makefile @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 452 bytes
Line 
1#
2# Makefile for x86-compatible CPU details and quirks
3#
4
5obj-y   :=      common.o proc.o
6
7obj-y   +=      amd.o
8obj-y   +=      cyrix.o
9obj-y   +=      centaur.o
10obj-y   +=      transmeta.o
11obj-y   +=      intel.o intel_cacheinfo.o
12obj-y   +=      rise.o
13obj-y   +=      nexgen.o
14obj-y   +=      umc.o
15
16obj-$(CONFIG_X86_MCE)   +=      mcheck/
17
18obj-$(CONFIG_MTRR)      +=      mtrr/
19obj-$(CONFIG_CPU_FREQ)  +=      cpufreq/
20
21ifdef CONFIG_XEN
22include $(srctree)/scripts/Makefile.xen
23obj-y := $(call cherrypickxen, $(obj-y), $(src))
24endif
Note: See TracBrowser for help on using the repository browser.