]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: remove the first line of *.mod files
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 17 Jul 2019 06:17:58 +0000 (15:17 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 17 Jul 2019 17:19:31 +0000 (02:19 +0900)
commitc4b7418207cc1b0ced141e58a90c5b812d8cbec2
tree82588bbb335b16a7f05422e646da9b7cb3c1b24d
parent7a23675605517b3983bed297f0c032781aa4676a
kbuild: remove the first line of *.mod files

The current format of *.mod is like this:

  line 1: directory path to the .ko file
  line 2: a list of objects linked into this module
  line 3: unresolved symbols (only when CONFIG_TRIM_UNUSED_KSYMS=y)

Now that *.mod and *.ko are created in the same directory, the line 1
provides no valuable information. It can be derived by replacing the
extension .mod with .ko. In fact, nobody uses the first line any more.

Cut down the first line.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.build
scripts/adjust_autoksyms.sh
scripts/mod/sumversion.c