Merge tag 'dm-4.6-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
[deliverable/linux.git] / arch / parisc / kernel / Makefile
1 #
2 # Makefile for arch/parisc/kernel
3 #
4
5 extra-y := head.o vmlinux.lds
6
7 obj-y := cache.o pacache.o setup.o traps.o time.o irq.o \
8 pa7300lc.o syscall.o entry.o sys_parisc.o firmware.o \
9 ptrace.o hardware.o inventory.o drivers.o \
10 signal.o hpmc.o real2.o parisc_ksyms.o unaligned.o \
11 process.o processor.o pdc_cons.o pdc_chassis.o unwind.o \
12 topology.o
13
14 ifdef CONFIG_FUNCTION_TRACER
15 # Do not profile debug and lowlevel utilities
16 CFLAGS_REMOVE_ftrace.o = -pg
17 CFLAGS_REMOVE_cache.o = -pg
18 CFLAGS_REMOVE_perf.o = -pg
19 CFLAGS_REMOVE_unwind.o = -pg
20 endif
21
22 obj-$(CONFIG_SMP) += smp.o
23 obj-$(CONFIG_PA11) += pci-dma.o
24 obj-$(CONFIG_PCI) += pci.o
25 obj-$(CONFIG_MODULES) += module.o
26 obj-$(CONFIG_64BIT) += binfmt_elf32.o sys_parisc32.o signal32.o
27 obj-$(CONFIG_STACKTRACE)+= stacktrace.o
28 obj-$(CONFIG_AUDIT) += audit.o
29 obj64-$(CONFIG_AUDIT) += compat_audit.o
30 # only supported for PCX-W/U in 64-bit mode at the moment
31 obj-$(CONFIG_64BIT) += perf.o perf_asm.o $(obj64-y)
32 obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o
33 obj-$(CONFIG_FUNCTION_GRAPH_TRACER) += ftrace.o
This page took 0.038149 seconds and 6 git commands to generate.