From: Mike Frysinger Date: Sat, 13 Jun 2009 14:14:24 +0000 (-0400) Subject: Blackfin: only build irqpanic.c when needed X-Git-Tag: v2.6.31-rc1~111^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf8d943260528b669c9f0fa6fb4f1c17cab0ecda;p=pandora-kernel.git 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 --- Reading git-diff-tree failed