diff options
Diffstat (limited to 'arch/sh/kernel/Makefile')
-rw-r--r-- | arch/sh/kernel/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/sh/kernel/Makefile b/arch/sh/kernel/Makefile index cb14a2b50..95b6c5f13 100644 --- a/arch/sh/kernel/Makefile +++ b/arch/sh/kernel/Makefile @@ -28,10 +28,22 @@ ifdef CONFIG_SH_SOLUTION_ENGINE 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 entry.o: entry.S |