]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/gdb: do not descend into scripts/gdb from scripts
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 19 Feb 2019 09:33:04 +0000 (18:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 27 Feb 2019 12:40:09 +0000 (21:40 +0900)
commit6ad5400eda315d6105ebcbb249ada17598c9423e
tree11b4db4549af9078b96adc6376aa4eb9fa10729c
parent305afde72c9b87ef1cea67277e51bceaa9742d00
scripts/gdb: do not descend into scripts/gdb from scripts

Currently, Kbuild descends from scripts/Makefile to scripts/gdb/Makefile
just for creating symbolic links, but it does not need to do it so early.

Merge the two descending paths to simplify the code.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Makefile
scripts/Makefile
scripts/gdb/linux/Makefile