mbox series

[v4,0/7] kbuild: various fix, clean-up, improvements of CONFIG_TRIM_UNUSED_KSYMS

Message ID 1521185836-19120-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series kbuild: various fix, clean-up, improvements of CONFIG_TRIM_UNUSED_KSYMS | expand

Message

Masahiro Yamada March 16, 2018, 7:37 a.m. UTC
Masahiro Yamada (7):
  kbuild: clear LDFLAGS in the top Makefile
  kbuild: remove wrong 'touch' in adjust_autoksyms.sh
  kbuild: move 'scripts' target below
  kbuild: restore touching autoksyms.h to the top Makefile
  kbuild: move CONFIG_TRIM_UNUSED_KSYMS code unneeded for external
    module
  kbuild: move include/config/ksym/* to include/ksym/*
  kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS

 .gitignore                  |  1 +
 Makefile                    | 64 ++++++++++++++++++++++-----------------------
 scripts/Kbuild.include      |  2 +-
 scripts/adjust_autoksyms.sh |  5 +---
 scripts/basic/fixdep.c      |  8 +++---
 scripts/kconfig/Makefile    |  2 --
 6 files changed, 39 insertions(+), 43 deletions(-)

-- 
2.7.4

Comments

Masahiro Yamada March 20, 2018, 3:35 p.m. UTC | #1
2018-03-16 16:37 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
>

> Masahiro Yamada (7):

>   kbuild: clear LDFLAGS in the top Makefile

>   kbuild: remove wrong 'touch' in adjust_autoksyms.sh

>   kbuild: move 'scripts' target below

>   kbuild: restore touching autoksyms.h to the top Makefile

>   kbuild: move CONFIG_TRIM_UNUSED_KSYMS code unneeded for external

>     module

>   kbuild: move include/config/ksym/* to include/ksym/*

>   kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS

>


Series, applied to linux-kbuild.

-- 
Best Regards
Masahiro Yamada