]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/m68k/kernel/Makefile
[PATCH] sort the devres mess out
[thirdparty/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
58ba81db 12obj-y := entry.o process.o traps.o ints.o signal.o ptrace.o \
5ea81769
AV
13 sys_m68k.o time.o semaphore.o setup.o m68k_ksyms.o devres.o
14
15devres-y = ../../../kernel/irq/devres.o
1da177e4
LT
16
17obj-$(CONFIG_PCI) += bios32.o
18obj-$(CONFIG_MODULES) += module.o
58ba81db 19obj-y$(CONFIG_MMU_SUN3) += dma.o # no, it's not a typo
1da177e4
LT
20
21EXTRA_AFLAGS := -traditional