commit | cf8d943260528b669c9f0fa6fb4f1c17cab0ecda | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Jun 13 10:14:24 2009 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Jun 18 21:40:49 2009 -0400 |
tree | 51fe7ff834db26fac9d455cb464f890ed0dfb8dc | |
parent | abea0bc3d990e5d80f6112985cecee68922a08a3 [diff] |
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>