]> git.baikalelectronics.ru Git - kernel.git/commit
Blackfin: only build irqpanic.c when needed
authorMike Frysinger <vapier@gentoo.org>
Sat, 13 Jun 2009 14:14:24 +0000 (10:14 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 19 Jun 2009 01:40:49 +0000 (21:40 -0400)
commitb1e1abfc0f2cdb1d335dd2e3855207d26384c67d
tree51fe7ff834db26fac9d455cb464f890ed0dfb8dc
parent03fe3ed8737663ea41df336d0a08468f88c7028c
Blackfin: only build irqpanic.c when needed

The irq_panic function is only used when CONFIG_DEBUG_ICACHE_CHECK is
enabled, so move the conditional build to the Makefile rather than
wrapping all of the contents of the file.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-common/Makefile
arch/blackfin/mach-common/irqpanic.c