m68k: remove the dead PCI code
[deliverable/linux.git] / arch / m68k / kernel / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the linux kernel.
3#
4
5ifndef CONFIG_SUN3
6 extra-y := head.o
7else
8 extra-y := sun3-head.o
9endif
10extra-y += vmlinux.lds
11
fbe9c961 12obj-y := entry.o process.o traps.o ints.o signal.o ptrace.o module.o \
64ac24e7 13 sys_m68k.o time.o setup.o m68k_ksyms.o devres.o
5ea81769
AV
14
15devres-y = ../../../kernel/irq/devres.o
1da177e4 16
58ba81db 17obj-y$(CONFIG_MMU_SUN3) += dma.o # no, it's not a typo
This page took 0.352272 seconds and 5 git commands to generate.