From: Andrew Morton make[1]: *** No rule to make target `arch/x86_64/kernel/alternative.o', needed by `arch/x86_64/kernel/built-in.o'. Stop. Cc: Gerd Hoffmann Cc: Andi Kleen Signed-off-by: Andrew Morton --- arch/x86_64/kernel/Makefile | 1 + 1 files changed, 1 insertion(+) diff -puN arch/x86_64/kernel/Makefile~x86_64-mm-alternatives-fix arch/x86_64/kernel/Makefile --- 25/arch/x86_64/kernel/Makefile~x86_64-mm-alternatives-fix 2006-04-17 22:31:13.000000000 -0700 +++ 25-akpm/arch/x86_64/kernel/Makefile 2006-04-17 22:31:13.000000000 -0700 @@ -49,3 +49,4 @@ intel_cacheinfo-y += ../../i386/kernel/ quirks-y += ../../i386/kernel/quirks.o i8237-y += ../../i386/kernel/i8237.o msr-$(subst m,y,$(CONFIG_X86_MSR)) += ../../i386/kernel/msr.o +alternative-y += ../../i386/kernel/alternative.o _