patch-2.4.0-test2 linux/arch/sh/kernel/Makefile

Next file: linux/arch/sh/kernel/cf-enabler.c
Previous file: linux/arch/sh/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/arch/sh/kernel/Makefile linux/arch/sh/kernel/Makefile
@@ -28,8 +28,20 @@
 O_OBJS += setup_se.o io_se.o
 endif
 
+ifdef CONFIG_SH_OVERDRIVE
+O_OBJS += setup_od.o io_generic.o
+endif
+
+ifdef CONFIG_SH_HP600
+O_OBJS += io_hd64461.o
+endif
+
 ifdef CONFIG_CPU_SH4
 O_OBJS += fpu.o
+endif
+
+ifdef CONFIG_HD64461
+O_OBJS += setup_hd64461.o
 endif
 
 all: kernel.o head.o init_task.o

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)