diff options
Diffstat (limited to 'arch/m68k/kernel/Makefile')
-rw-r--r-- | arch/m68k/kernel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/m68k/kernel/Makefile b/arch/m68k/kernel/Makefile index 068ad49210d6..655347d80780 100644 --- a/arch/m68k/kernel/Makefile +++ b/arch/m68k/kernel/Makefile | |||
@@ -20,7 +20,5 @@ obj-$(CONFIG_MMU_MOTOROLA) += ints.o vectors.o | |||
20 | obj-$(CONFIG_MMU_SUN3) += ints.o vectors.o | 20 | obj-$(CONFIG_MMU_SUN3) += ints.o vectors.o |
21 | obj-$(CONFIG_PCI) += pcibios.o | 21 | obj-$(CONFIG_PCI) += pcibios.o |
22 | 22 | ||
23 | ifndef CONFIG_MMU_SUN3 | 23 | obj-$(CONFIG_HAS_DMA) += dma.o |
24 | obj-y += dma.o | ||
25 | endif | ||
26 | 24 | ||