]> xenbits.xensource.com Git - xenclient/kernel.git/commitdiff
Remove a last stray reference to scripts/Makefile.xen
authorIan Campbell <ian.campbell@xensource.com>
Mon, 15 Oct 2007 12:27:56 +0000 (13:27 +0100)
committerIan Campbell <ian.campbell@xensource.com>
Mon, 15 Oct 2007 12:27:56 +0000 (13:27 +0100)
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
arch/x86_64/kernel/acpi/Makefile

index 3506ce3e4514d3cd1c034ed1dd0e09853a680aa6..57b7fe1c1131ac05bdbcb5c173a49ff90fc538f3 100644 (file)
@@ -8,7 +8,3 @@ processor-y             := ../../../i386/kernel/acpi/processor.o ../../../i386/kernel/acpi/
 endif
 
 boot-$(CONFIG_XEN)             := ../../../i386/kernel/acpi/boot-xen.o
-ifdef CONFIG_XEN
-include $(srctree)/scripts/Makefile.xen
-obj-y := $(call cherrypickxen, $(obj-y))
-endif