kernel_optimize_test/arch/xtensa
Geert Uytterhoeven 0eff08b5d1 xtensa: use "test -e" instead of bashism "test -a"
On Ubuntu, /bin/sh is a symlink to dash, which does not support "test -a".
This causes messages like

    test: 1: -a: unexpected operator
    test: 1: -a: unexpected operator

and link failures like

    (.init.text+0x132): undefined reference to `platform_init'

due to the appropriate platform code not being compiled.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-06-20 14:39:35 -07:00
..
boot
configs tokenring: delete all remaining driver support 2012-05-15 20:23:16 -04:00
include/asm fixups for signal breakage 2012-06-04 17:47:34 -04:00
kernel xtensa: replace xtensa-specific _f{data,text} by _s{data,text} 2012-06-20 14:39:35 -07:00
lib
mm xtensa: replace xtensa-specific _f{data,text} by _s{data,text} 2012-06-20 14:39:35 -07:00
platforms
variants xtensa: Change mail addresses of Hannes Weiner and Oskar Schirmer 2012-05-17 22:47:41 +02:00
Kconfig
Kconfig.debug
Makefile xtensa: use "test -e" instead of bashism "test -a" 2012-06-20 14:39:35 -07:00