All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] kbuild: clean-up and rename LDFLAGS to KBUILD_LDFLAGS
@ 2018-07-12  8:01 ` Masahiro Yamada
  0 siblings, 0 replies; 41+ messages in thread
From: Masahiro Yamada @ 2018-07-12  8:01 UTC (permalink / raw)
  To: linux-kbuild
  Cc: Richard Weinberger, x86, linux-um, linux-kernel, Russell King,
	openrisc, linux-arm-kernel, linux-riscv, Jeff Dike,
	Kirill A . Shutemov, Masahiro Yamada


This series renames LDFLAGS to KBUILD_LDFLAGS
after some Makefile cleanups.

Currently, the last patch does not apply to Linus' tree
due to missing pre-requisite patches.

I will resolve conflicts as needed.



Masahiro Yamada (6):
  um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.um
  ARM: vfp: clean-up arch/arm/vfp/Makefile
  kbuild: remove redundant LDFLAGS clearing in arch/*/Makefile
  kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)
  kbuild: change ld_flags to contain LDFLAGS_$(@F)
  kbuild: rename LDFLAGS to KBUILD_LDFLAGS

 Makefile                           | 6 +++---
 arch/arc/Makefile                  | 2 +-
 arch/arm/Makefile                  | 7 ++-----
 arch/arm/vfp/Makefile              | 5 +----
 arch/arm64/Makefile                | 4 ++--
 arch/c6x/Makefile                  | 3 +--
 arch/h8300/Makefile                | 2 +-
 arch/hexagon/Makefile              | 4 +---
 arch/m68k/Makefile                 | 2 +-
 arch/microblaze/Makefile           | 4 ++--
 arch/mips/Makefile                 | 2 +-
 arch/mips/boot/compressed/Makefile | 2 +-
 arch/mips/lasat/image/Makefile     | 2 +-
 arch/nds32/Makefile                | 4 ++--
 arch/openrisc/Makefile             | 1 -
 arch/powerpc/Makefile              | 6 +++---
 arch/riscv/Makefile                | 5 ++---
 arch/s390/Makefile                 | 2 +-
 arch/sh/Makefile                   | 4 ++--
 arch/sparc/Makefile                | 4 ++--
 arch/um/Makefile                   | 2 +-
 arch/um/drivers/Makefile           | 4 ++--
 arch/x86/Makefile                  | 4 ++--
 arch/x86/Makefile.um               | 4 +---
 arch/x86/boot/compressed/Makefile  | 6 +++---
 arch/xtensa/Makefile               | 2 +-
 arch/xtensa/boot/boot-elf/Makefile | 2 +-
 scripts/Kbuild.include             | 4 ++--
 scripts/Makefile.build             | 4 ++--
 scripts/Makefile.lib               | 5 ++---
 scripts/Makefile.modpost           | 2 +-
 31 files changed, 48 insertions(+), 62 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-07-18 23:42 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-12  8:01 [PATCH 0/6] kbuild: clean-up and rename LDFLAGS to KBUILD_LDFLAGS Masahiro Yamada
2018-07-12  8:01 ` [OpenRISC] " Masahiro Yamada
2018-07-12  8:01 ` Masahiro Yamada
2018-07-12  8:01 ` Masahiro Yamada
2018-07-12  8:01 ` [PATCH 1/6] um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.um Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01   ` [OpenRISC] " Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01 ` [PATCH 2/6] ARM: vfp: clean-up arch/arm/vfp/Makefile Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01   ` [OpenRISC] " Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01 ` [PATCH 3/6] kbuild: remove redundant LDFLAGS clearing in arch/*/Makefile Masahiro Yamada
2018-07-12  8:01   ` [OpenRISC] " Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01 ` [PATCH 4/6] kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags) Masahiro Yamada
2018-07-12  8:01   ` [OpenRISC] " Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01 ` [PATCH 5/6] kbuild: change ld_flags to contain LDFLAGS_$(@F) Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01   ` [OpenRISC] " Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01 ` [PATCH 6/6] kbuild: rename LDFLAGS to KBUILD_LDFLAGS Masahiro Yamada
2018-07-12  8:01   ` [OpenRISC] " Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12  8:01   ` Masahiro Yamada
2018-07-12 14:05 ` [PATCH 0/6] kbuild: clean-up and " Kirill A. Shutemov
2018-07-12 14:05   ` Kirill A. Shutemov
2018-07-12 14:05   ` [OpenRISC] " Kirill A. Shutemov
2018-07-12 14:05   ` Kirill A. Shutemov
2018-07-12 14:05   ` Kirill A. Shutemov
2018-07-18 23:41   ` Masahiro Yamada
2018-07-18 23:41     ` Masahiro Yamada
2018-07-18 23:41     ` [OpenRISC] " Masahiro Yamada
2018-07-18 23:41     ` Masahiro Yamada
2018-07-18 23:41     ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.