x86, efi: Set runtime_version to the EFI spec revision
[linux/fpc-iii.git] / arch / m68k / kernel / Makefile
blob068ad49210d62109aadd42aec72e4f0f2749e435
2 # Makefile for the linux kernel.
5 extra-$(CONFIG_AMIGA) := head.o
6 extra-$(CONFIG_ATARI) := head.o
7 extra-$(CONFIG_MAC) := head.o
8 extra-$(CONFIG_APOLLO) := head.o
9 extra-$(CONFIG_VME) := head.o
10 extra-$(CONFIG_HP300) := head.o
11 extra-$(CONFIG_Q40) := head.o
12 extra-$(CONFIG_SUN3X) := head.o
13 extra-$(CONFIG_SUN3) := sun3-head.o
14 extra-y += vmlinux.lds
16 obj-y := entry.o irq.o m68k_ksyms.o module.o process.o ptrace.o
17 obj-y += setup.o signal.o sys_m68k.o syscalltable.o time.o traps.o
19 obj-$(CONFIG_MMU_MOTOROLA) += ints.o vectors.o
20 obj-$(CONFIG_MMU_SUN3) += ints.o vectors.o
21 obj-$(CONFIG_PCI) += pcibios.o
23 ifndef CONFIG_MMU_SUN3
24 obj-y += dma.o
25 endif