commit | 35abedc181b570f5d6f40b439c6fbfd8757bcd93 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Jul 30 21:54:54 2014 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Sep 09 13:51:54 2014 +0200 |
tree | 34d63607468c4e1b72b1e43c2c70dacfd40c13c3 | |
parent | 30f527ded34a76188ef905b042f2179b0bab2bbb [diff] |
clang: workaround for generated constants KBuild abuses the asm statement to write to a file and clang chokes about these invalid asm statements. Hack it even more by fooling this is actual valid asm code. cc: Masahiro Yamada <yamada.m@jp.panasonic.com> cc: Tom Rini <trini@ti.com> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>