Instead of using the disabled-obj-$() mechanism, preventing
trampoline.S from being built can be done simply be adding a config
option dependency.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
config X86_TRAMPOLINE
bool
depends on X86_SMP || (X86_VOYAGER && SMP)
+ depends on !XEN
default y
config X86_NO_TSS
early_printk-y += ../../x86_64/kernel/early_printk.o
k8-y += ../../x86_64/kernel/k8.o
-disabled-obj-$(CONFIG_XEN) := i8259.o reboot.o smpboot.o trampoline.o
+disabled-obj-$(CONFIG_XEN) := i8259.o reboot.o smpboot.o
%/head.o %/head.s: $(if $(CONFIG_XEN),EXTRA_AFLAGS,dummy) :=