Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for x86-compatible CPU details and quirks |
| 3 | # |
| 4 | |
Jeremy Fitzhardinge | 1353ebb | 2007-05-02 19:27:12 +0200 | [diff] [blame] | 5 | obj-y := common.o proc.o bugs.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
| 7 | obj-y += amd.o |
| 8 | obj-y += cyrix.o |
| 9 | obj-y += centaur.o |
| 10 | obj-y += transmeta.o |
| 11 | obj-y += intel.o intel_cacheinfo.o |
| 12 | obj-y += rise.o |
| 13 | obj-y += nexgen.o |
| 14 | obj-y += umc.o |
| 15 | |
| 16 | obj-$(CONFIG_X86_MCE) += mcheck/ |
| 17 | |
| 18 | obj-$(CONFIG_MTRR) += mtrr/ |
| 19 | obj-$(CONFIG_CPU_FREQ) += cpufreq/ |
Andi Kleen | 09198e6 | 2007-05-02 19:27:20 +0200 | [diff] [blame^] | 20 | |
| 21 | obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o |