patch-2.0.36 linux/arch/i386/kernel/Makefile

Next file: linux/arch/i386/kernel/entry.S
Previous file: linux/arch/i386/config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.35/linux/arch/i386/kernel/Makefile linux/arch/i386/kernel/Makefile
@@ -26,6 +26,10 @@
 
 ifdef SMP
 
+ifdef CONFIG_MTRR
+O_OBJS += mtrr.o
+endif
+
 O_OBJS += smp.o
 
 head.o: head.S $(TOPDIR)/include/linux/tasks.h
@@ -62,6 +66,6 @@
 	$(CPP) -D__SMP__ -traditional $< -o $@
 
 clean:
-	rm -f trampoline hexify
+	rm -f trampoline trampoline.hex hexify
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov