diff options
Diffstat (limited to 'arch/m68k/kernel/Makefile')
| -rw-r--r-- | arch/m68k/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/kernel/Makefile b/arch/m68k/kernel/Makefile index ca686708ae08..e7f0f2e5ad44 100644 --- a/arch/m68k/kernel/Makefile +++ b/arch/m68k/kernel/Makefile | |||
| @@ -9,7 +9,7 @@ extra-y += vmlinux.lds | |||
| 9 | obj-y := entry.o m68k_ksyms.o module.o process.o ptrace.o setup.o signal.o \ | 9 | obj-y := entry.o m68k_ksyms.o module.o process.o ptrace.o setup.o signal.o \ |
| 10 | sys_m68k.o syscalltable.o time.o traps.o | 10 | sys_m68k.o syscalltable.o time.o traps.o |
| 11 | 11 | ||
| 12 | obj-$(CONFIG_MMU) += ints.o devres.o | 12 | obj-$(CONFIG_MMU) += ints.o devres.o vectors.o |
| 13 | devres-$(CONFIG_MMU) = ../../../kernel/irq/devres.o | 13 | devres-$(CONFIG_MMU) = ../../../kernel/irq/devres.o |
| 14 | 14 | ||
| 15 | ifndef CONFIG_MMU_SUN3 | 15 | ifndef CONFIG_MMU_SUN3 |
