source: trunk/packages/xen-3.1/xen-3.1/linux-2.6-xen-sparse/arch/x86_64/kernel/acpi/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: 322 bytes
Line 
1obj-y                   := boot.o
2boot-y                  := ../../../i386/kernel/acpi/boot.o
3obj-$(CONFIG_ACPI_SLEEP)        += sleep.o wakeup.o
4
5ifneq ($(CONFIG_ACPI_PROCESSOR),)
6obj-y                   += processor.o
7processor-y             := ../../../i386/kernel/acpi/processor.o ../../../i386/kernel/acpi/cstate.o
8endif
9
10boot-$(CONFIG_XEN)              := ../../../i386/kernel/acpi/boot-xen.o
Note: See TracBrowser for help on using the repository browser.