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