public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] remove the last of incremental linking
@ 2018-02-10 14:25 Nicholas Piggin
  2018-02-10 14:25 ` [PATCH 1/2] kbuild: remove incremental linking option Nicholas Piggin
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Nicholas Piggin @ 2018-02-10 14:25 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Nicholas Piggin, Masahiro Yamada, Michal Marek

I don't think there is any point to keeping around the deprecated
incremental linking option for too long. So I propose to remove it.

After that is removed, I wonder what people think of changing from
built-in.o to built-in.a?

Thanks,
Nick

Nicholas Piggin (2):
  kbuild: remove incremental linking option
  kbuild: rename built-in.o to built-in.a

 Documentation/kbuild/makefiles.txt | 22 ++++++---
 Documentation/process/changes.rst  |  2 +-
 Makefile                           | 14 +++---
 arch/Kconfig                       |  6 ---
 arch/blackfin/kernel/bfin_ksyms.c  |  2 +-
 arch/powerpc/kernel/Makefile       |  2 +-
 drivers/s390/Makefile              |  2 +-
 lib/Kconfig.debug                  |  4 +-
 scripts/Makefile.build             | 38 ++++++---------
 scripts/Makefile.lib               |  6 +--
 scripts/link-vmlinux.sh            | 99 ++++++++++++++------------------------
 scripts/namespace.pl               |  2 +-
 usr/initramfs_data.S               |  2 +-
 13 files changed, 82 insertions(+), 119 deletions(-)

-- 
2.15.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-02-19  7:04 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-10 14:25 [PATCH 0/2] remove the last of incremental linking Nicholas Piggin
2018-02-10 14:25 ` [PATCH 1/2] kbuild: remove incremental linking option Nicholas Piggin
2018-02-11  6:04   ` Masahiro Yamada
2018-02-18 14:26     ` Sam Ravnborg
2018-02-18 16:53       ` Nicholas Piggin
2018-02-10 14:25 ` [PATCH 2/2] kbuild: rename built-in.o to built-in.a Nicholas Piggin
2018-02-11  4:38   ` Masahiro Yamada
2018-02-11 11:15     ` Nicholas Piggin
2018-02-12  0:57       ` Masahiro Yamada
2018-02-12  1:26         ` Nicolas Pitre
2018-02-12  3:00           ` Masahiro Yamada
2018-02-12  3:08             ` Masahiro Yamada
2018-02-18 17:10   ` Sam Ravnborg
2018-02-19  7:04     ` Nicholas Piggin
2018-02-18 23:42 ` [PATCH 0/2] remove the last of incremental linking Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox