This commit was generated by cvs2svn to compensate for changes in r925,
[linux-2.6.git] / arch / xen / i386 / kernel / cpu / Makefile
1 #
2 # Makefile for x86-compatible CPU details and quirks
3 #
4
5 CFLAGS  += -Iarch/i386/kernel/cpu
6
7 obj-y   :=      common.o
8 c-obj-y +=      proc.o
9
10 c-obj-y +=      amd.o
11 c-obj-y +=      cyrix.o
12 c-obj-y +=      centaur.o
13 c-obj-y +=      transmeta.o
14 c-obj-y +=      intel.o intel_cacheinfo.o
15 c-obj-y +=      rise.o
16 c-obj-y +=      nexgen.o
17 c-obj-y +=      umc.o
18
19 #obj-$(CONFIG_X86_MCE)  +=      ../../../../i386/kernel/cpu/mcheck/
20
21 obj-$(CONFIG_MTRR)      +=      mtrr/
22 #obj-$(CONFIG_CPU_FREQ) +=      ../../../../i386/kernel/cpu/cpufreq/
23
24 c-link  :=
25
26 $(patsubst %.o,$(obj)/%.c,$(c-obj-y) $(c-link)):
27         @ln -fsn $(srctree)/arch/i386/kernel/cpu/$(notdir $@) $@
28
29 obj-y   += $(c-obj-y)
30
31 clean-files += $(patsubst %.o,%.c,$(c-obj-y) $(c-obj-) $(c-link))