Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[pandora-kernel.git] / arch / m68k / kernel / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 extra-$(CONFIG_MMU)     := head.o
6 extra-$(CONFIG_SUN3)    := sun3-head.o
7 extra-y                 += vmlinux.lds
8
9 obj-y   := entry.o irq.o m68k_ksyms.o module.o process.o ptrace.o setup.o \
10            signal.o sys_m68k.o syscalltable.o time.o traps.o
11
12 obj-$(CONFIG_MMU)       += ints.o vectors.o
13
14 ifndef CONFIG_MMU_SUN3
15 obj-y                   += dma.o
16 endif
17 ifndef CONFIG_MMU
18 obj-y                   += init_task.o
19 endif
20