diff options
author | Helge Deller <deller@gmx.de> | 2009-02-06 21:50:39 +0100 |
---|---|---|
committer | Kyle McMartin <kyle@mcmartin.ca> | 2009-03-31 02:51:34 +0000 |
commit | 548f1176f0ac637eff895defb715ce6fde7c460a (patch) | |
tree | 8f0702675e15048ba3409d1d38452a4484fd9461 /arch/parisc/kernel/Makefile | |
parent | afca2523876301cc6130fc3cc402173eeeb89830 (diff) | |
download | blackbird-obmc-linux-548f1176f0ac637eff895defb715ce6fde7c460a.tar.gz blackbird-obmc-linux-548f1176f0ac637eff895defb715ce6fde7c460a.zip |
parisc: add LATENCYTOP_SUPPORT and CONFIG_STACKTRACE_SUPPORT
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/kernel/Makefile')
-rw-r--r-- | arch/parisc/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/kernel/Makefile b/arch/parisc/kernel/Makefile index 016d3fc4111c..a7ba8cd9417f 100644 --- a/arch/parisc/kernel/Makefile +++ b/arch/parisc/kernel/Makefile @@ -16,5 +16,6 @@ obj-$(CONFIG_PA11) += pci-dma.o obj-$(CONFIG_PCI) += pci.o obj-$(CONFIG_MODULES) += module.o obj-$(CONFIG_64BIT) += binfmt_elf32.o sys_parisc32.o signal32.o +obj-$(CONFIG_STACKTRACE)+= stacktrace.o # only supported for PCX-W/U in 64-bit mode at the moment obj-$(CONFIG_64BIT) += perf.o perf_asm.o |