source: trunk/packages/xen-common/xen-common/xen/arch/x86/cpu/Makefile @ 34

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

Add xen and xen-common

File size: 220 bytes
Line 
1subdir-y += mcheck
2subdir-y += mtrr
3
4obj-y += amd.o
5obj-y += common.o
6obj-y += intel.o
7obj-y += intel_cacheinfo.o
8
9obj-$(x86_32) += centaur.o
10obj-$(x86_32) += cyrix.o
11obj-$(x86_32) += rise.o
12obj-$(x86_32) += transmeta.o
Note: See TracBrowser for help on using the repository browser.