]> rtime.felk.cvut.cz Git - mcf548x/linux.git/blob - arch/m68k/kernel/Makefile
df95b62c1e77080a7ffa763cfb97632e2d4ca099
[mcf548x/linux.git] / arch / m68k / kernel / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 ifdef CONFIG_SUN3
6   extra-y := sun3-head.o
7 else ifdef CONFIG_COLDFIRE
8   extra-y := cf-head.o
9 else
10   extra-y := sun3-head.o
11 endif
12
13 extra-y += vmlinux.lds
14
15 obj-y   := process.o ptrace.o module.o \
16            sys_m68k.o time.o setup.o m68k_ksyms.o devres.o
17
18 ifndef CONFIG_COLDFIRE
19         obj-y += entry.o signal.o traps.o ints.o
20 endif
21
22 devres-y = ../../../kernel/irq/devres.o
23
24 obj-y$(CONFIG_MMU_SUN3) += dma.o        # no, it's not a typo