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)
commit1e5ff84ffe0b09f866761c441003c27ca7e1c6b3
tree11b4db4549af9078b96adc6376aa4eb9fa10729c
parent01d509a48b467fa6e03d4af43b84bce835af4cef
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