]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Zboot: Don't use $(LINUXINCLUDE) twice
authorPaul Bolle <pebolle@tiscali.nl>
Fri, 25 Nov 2016 12:36:18 +0000 (13:36 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 3 Jan 2017 15:34:32 +0000 (16:34 +0100)
commit401d99ef1df8b77f795e26e351fac2ba768deeb9
treec8ac8a60edd8014e65545247947b330896ed1551
parent7e81bc59efc01d64f5d32a0c04562f138fcb1fc8
MIPS: Zboot: Don't use $(LINUXINCLUDE) twice

The make variables KBUILD_CFLAGS and KBUILD_AFLAGS both contain
$(LINUXINCLUDE). But the build already picks up $(LINUXINCLUDE) from
scripts/Makefile.lib. The net effect is that the (long) list of include
directories is used twice.

This is harmless but pointless. So stop using $(LINUXINCLUDE) twice.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14622/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/boot/compressed/Makefile