mbox series

[0/3] powerpc: some header search path cleanups

Message ID 1547176954-17739-1-git-send-email-yamada.masahiro@socionext.com
Headers show
Series powerpc: some header search path cleanups | expand

Message

Masahiro Yamada Jan. 11, 2019, 3:22 a.m. UTC
I am trying to get rid of crappy magic from Kbuild core makefiles.

Before that, I want to drop as many useless paths as possible.
Actually, many Makefiles are adding around pointless options.

This series cleans some powerpc Makefiles.
(only compile-tested by 0day bot)



Masahiro Yamada (3):
  KVM: powerpc: remove -I. header search paths
  powerpc: remove redundant header search path additions
  powerpc: math-emu: remove unneeded header search paths

 arch/powerpc/Makefile          | 4 ++--
 arch/powerpc/kvm/Makefile      | 5 -----
 arch/powerpc/math-emu/Makefile | 2 +-
 3 files changed, 3 insertions(+), 8 deletions(-)

-- 
2.7.4

Comments

Masahiro Yamada Jan. 18, 2019, 2:50 a.m. UTC | #1
Hi Michael,


On Fri, Jan 11, 2019 at 2:20 PM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>

> I am trying to get rid of crappy magic from Kbuild core makefiles.

>

> Before that, I want to drop as many useless paths as possible.

> Actually, many Makefiles are adding around pointless options.

>

> This series cleans some powerpc Makefiles.

> (only compile-tested by 0day bot)



Could you apply this series to ppc tree if you are fine with it?





> Masahiro Yamada (3):

>   KVM: powerpc: remove -I. header search paths

>   powerpc: remove redundant header search path additions

>   powerpc: math-emu: remove unneeded header search paths

>

>  arch/powerpc/Makefile          | 4 ++--

>  arch/powerpc/kvm/Makefile      | 5 -----

>  arch/powerpc/math-emu/Makefile | 2 +-

>  3 files changed, 3 insertions(+), 8 deletions(-)

>

> --

> 2.7.4

>



-- 
Best Regards
Masahiro Yamada