]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/nsdeps: adjust to the format change of *.mod files
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 7 Jun 2022 15:18:40 +0000 (00:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Jun 2022 11:14:13 +0000 (20:14 +0900)
commit04a4a7d10d0874945a75c8f3da89bc632d2d27ac
tree9579057c219628e6efec44c118f628f8d765b335
parent459666e2546a44a9bb7353b1c96e434dbe2566cc
scripts/nsdeps: adjust to the format change of *.mod files

Commit 5c9e75c24512 ("kbuild: get rid of duplication in *.mod files")
changed the format of *.mod files to put one object per line, but missed
to adjust scripts/nsdeps.

Fixes: 5c9e75c24512 ("kbuild: get rid of duplication in *.mod files")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/nsdeps