]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: fixdep: optimize code slightly
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Aug 2015 22:31:41 +0000 (07:31 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:24:16 +0000 (10:24 +0200)
commit5af729f5a74238c6b0a0c0c19f552f907ed171ea
treea528036a890d3c3172c58289b1c86e79d94de2e7
parent1e4d33f8337f9e445a065a5e8ea3150111a7246e
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>
scripts/basic/fixdep.c