patch-2.3.99-pre9 linux/arch/sh/kernel/Makefile

Next file: linux/arch/sh/kernel/entry.S
Previous file: linux/arch/sh/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre8/linux/arch/sh/kernel/Makefile linux/arch/sh/kernel/Makefile
@@ -10,7 +10,7 @@
 	$(CC) $(AFLAGS) -traditional -c $< -o $*.o
 
 O_TARGET := kernel.o
-O_OBJS   := process.o signal.o entry.o traps.o irq.o irq_onchip.o \
+O_OBJS   := process.o signal.o entry.o traps.o irq.o irq_ipr.o \
             ptrace.o setup.o time.o sys_sh.o semaphore.o pci-sh.o \
 	    irq_imask.o
 OX_OBJS  := sh_ksyms.o
@@ -18,6 +18,14 @@
 
 ifdef CONFIG_CF_ENABLER
 O_OBJS += cf-enabler.o
+endif
+
+ifdef CONFIG_SH_GENERIC
+O_OBJS += io_generic.o
+endif
+
+ifdef CONFIG_SH_SOLUTION_ENGINE
+O_OBJS += setup_se.o io_se.o
 endif
 
 ifdef CONFIG_CPU_SH4

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