]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa: don't use echo -e needlessly
authorMax Filippov <jcmvbkbc@gmail.com>
Thu, 22 Aug 2013 14:09:47 +0000 (18:09 +0400)
committerChris Zankel <chris@zankel.net>
Fri, 6 Sep 2013 16:48:29 +0000 (09:48 -0700)
commit2a89f38f0d62a27d75d9a05425e10a390683b602
tree1e9b8868595486de3befdc87c3ca3e61b7cbd215
parent274264b481e6659394125e035c56b4dac0828e22
xtensa: don't use echo -e needlessly

-e is not needed to output strings without escape sequences. This breaks
big endian FSF build when the shell is dash, because its builtin echo
doesn't understand '-e' switch and outputs it in the echoed string.

Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/Makefile
arch/xtensa/boot/Makefile