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