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