]> 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)
commitc4f8c3f486d6ca2a52bb3dbbab8a90735ba91cd7
tree11b4db4549af9078b96adc6376aa4eb9fa10729c
parent6cac6bba56bac3d06a1a39b65dae0fa14c421c40
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