commit | 15e7935c1f12fa0089146dfe7aa36d03c8d483f8 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Aug 12 07:31:41 2015 +0900 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 18 13:45:59 2015 -0400 |
tree | 52e60bd332ff03c027ab56d0db2f1bbf302d7342 | |
parent | 09e8f188da186d93b8c6ba205f9ce84300865b9b [diff] |
kbuild: fixdep: optimize code slightly If the target string matches "CONFIG_", move the pointer p forward. This saves several 7-chars adjustments. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>