m68k: add ColdFire FPU support for the V4e ColdFire CPUs
[deliverable/linux.git] / arch / m68k / kernel / Makefile
CommitLineData
0a01b310
GU
1#
2# Makefile for the linux kernel.
3#
4
5extra-$(CONFIG_MMU) := head.o
6extra-$(CONFIG_SUN3) := sun3-head.o
7extra-y += vmlinux.lds
8
409ee245
GU
9obj-y := entry.o init_task.o irq.o m68k_ksyms.o module.o process.o ptrace.o
10obj-y += setup.o signal.o sys_m68k.o syscalltable.o time.o traps.o
0a01b310 11
4936f63c 12obj-$(CONFIG_MMU) += ints.o vectors.o
0a01b310
GU
13
14ifndef CONFIG_MMU_SUN3
15obj-y += dma.o
1da177e4 16endif
0a01b310 17
This page took 0.521418 seconds and 5 git commands to generate.