[PARISC] fix trivial spelling nit in asm/linkage.h
[deliverable/linux.git] / arch / parisc / kernel / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for arch/parisc/kernel
3#
4
5extra-y := init_task.o head.o vmlinux.lds
6
7AFLAGS_entry.o := -traditional
8AFLAGS_pacache.o := -traditional
1da177e4
LT
9
10obj-y := cache.o pacache.o setup.o traps.o time.o irq.o \
11 pa7300lc.o syscall.o entry.o sys_parisc.o firmware.o \
12 ptrace.o hardware.o inventory.o drivers.o semaphore.o \
13 signal.o hpmc.o real2.o parisc_ksyms.o unaligned.o \
14 process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
15 topology.o
16
17obj-$(CONFIG_SMP) += smp.o
18obj-$(CONFIG_PA11) += pci-dma.o
19obj-$(CONFIG_PCI) += pci.o
20obj-$(CONFIG_MODULES) += module.o
e6a6d2ef 21obj-$(CONFIG_64BIT) += binfmt_elf32.o sys_parisc32.o signal32.o
1da177e4
LT
22# only supported for PCX-W/U in 64-bit mode at the moment
23obj-$(CONFIG_64BIT) += perf.o perf_asm.o
This page took 0.227015 seconds and 5 git commands to generate.