initial commit with v2.6.9
[linux-2.6.9-moxart.git] / arch / sh64 / kernel / Makefile
blob2f8d07746c616e2cad7bc62d98c3b461d5ab4b44
2 # This file is subject to the terms and conditions of the GNU General Public
3 # License. See the file "COPYING" in the main directory of this archive
4 # for more details.
6 # Copyright (C) 2000, 2001 Paolo Alberelli
7 # Copyright (C) 2003 Paul Mundt
9 # Makefile for the Linux sh64 kernel.
11 # Note! Dependencies are done automagically by 'make dep', which also
12 # removes any old dependencies. DON'T put your own dependencies here
13 # unless it's something special (ie not a .c file).
16 extra-y := head.o init_task.o vmlinux.lds.s
18 obj-y := process.o signal.o entry.o traps.o irq.o irq_intc.o \
19 ptrace.o setup.o time.o sys_sh64.o semaphore.o sh_ksyms.o \
20 switchto.o syscalls.o
22 obj-$(CONFIG_HEARTBEAT) += led.o
23 obj-$(CONFIG_SH_ALPHANUMERIC) += alphanum.o
24 obj-$(CONFIG_SH_DMA) += dma.o
25 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
26 obj-$(CONFIG_KALLSYMS) += unwind.o
27 obj-$(CONFIG_PCI) += pci-dma.o pcibios.o
29 ifeq ($(CONFIG_PCI),y)
30 obj-$(CONFIG_CPU_SH5) += pci_sh5.o
31 endif
33 ifndef CONFIG_NOFPU_SUPPORT
34 obj-y += fpu.o
35 endif
37 USE_STANDARD_AS_RULE := true