Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.git] / arch / m68k / kernel / Makefile
blobe7f0f2e5ad4478a767732c70f229b78aca753383
2 # Makefile for the linux kernel.
5 extra-$(CONFIG_MMU) := head.o
6 extra-$(CONFIG_SUN3) := sun3-head.o
7 extra-y += vmlinux.lds
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
12 obj-$(CONFIG_MMU) += ints.o devres.o vectors.o
13 devres-$(CONFIG_MMU) = ../../../kernel/irq/devres.o
15 ifndef CONFIG_MMU_SUN3
16 obj-y += dma.o
17 endif
18 ifndef CONFIG_MMU
19 obj-y += init_task.o irq.o
20 endif