m68k: move hardware vector setting from traps.c to its own file
[deliverable/linux.git] / arch / m68k / kernel / Makefile
CommitLineData
0a01b310
GU
1#
2# Makefile for the linux kernel.
3#
4
5extra-$(CONFIG_MMU) := head.o
6extra-$(CONFIG_SUN3) := sun3-head.o
7extra-y += vmlinux.lds
8
9obj-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
11
bc4f4ac2 12obj-$(CONFIG_MMU) += ints.o devres.o vectors.o
0a01b310
GU
13devres-$(CONFIG_MMU) = ../../../kernel/irq/devres.o
14
15ifndef CONFIG_MMU_SUN3
16obj-y += dma.o
1da177e4 17endif
0a01b310
GU
18ifndef CONFIG_MMU
19obj-y += init_task.o irq.o
20endif
21
This page took 0.955345 seconds and 5 git commands to generate.