Message ID | 1531382496-3719-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
Headers | show |
Series | kbuild: clean-up and rename LDFLAGS to KBUILD_LDFLAGS | expand |
On Thu, Jul 12, 2018 at 05:01:30PM +0900, Masahiro Yamada wrote: > > 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 Thanks! Looks sane to me Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> -- Kirill A. Shutemov
2018-07-12 23:05 GMT+09:00 Kirill A. Shutemov <kirill@shutemov.name>: > On Thu, Jul 12, 2018 at 05:01:30PM +0900, Masahiro Yamada wrote: >> >> 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 > > Thanks! Looks sane to me > > Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> > Patch 1, 3, 4, 5 applied to linux-kbuild. -- Best Regards Masahiro Yamada