diff options
author | Andy Green <andy@openmoko.com> | 2009-01-29 14:28:16 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-01-29 14:28:16 +0000 |
commit | 567549dbdad0180a2112c8f8be0bbcab2f288b73 (patch) | |
tree | 59dad305ca0517d918d677b246b753c7a3c610f0 /arch/arm/kernel | |
parent | 2b2138d7e932f5a6dcfc30f8d2868bf88bbde8a8 (diff) |
add-kconfig-for-find-irq-blockers.patch
This adds a debug section Kconfig entry for the interrupt blocking
detection and deals with the config in our stock defconfigs
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/kernel')
-rw-r--r-- | arch/arm/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/Makefile b/arch/arm/kernel/Makefile index 29d70d2ac86..62163b55f34 100644 --- a/arch/arm/kernel/Makefile +++ b/arch/arm/kernel/Makefile @@ -44,6 +44,6 @@ endif head-y := head$(MMUEXT).o obj-$(CONFIG_DEBUG_LL) += debug.o -obj-y += iblock.o +obj-$(CONFIG_FIND_IRQ_BLOCKERS) += iblock.o extra-y := $(head-y) init_task.o vmlinux.lds |