]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools: moveconfig: fix cleanup of defines across multiple lines
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 25 Jul 2016 10:15:27 +0000 (19:15 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2016 11:27:17 +0000 (07:27 -0400)
commita3a779f7f7b5e48672b4e049beadc0112ff1c342
tree422eec4758f225fb3c9e00f50bdf2aa9fa0c2ddc
parente9ea122159ae9b17355f7891f09530ed79940441
tools: moveconfig: fix cleanup of defines across multiple lines

Correct the clean-up of such defines that continue across multiple
lines, like follows:

  #define CONFIG_FOO "this continues to the next line " \
          "this line should be removed too" \
          "this line should be removed as well"

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/moveconfig.py