]> git.itanic.dy.fi Git - linux-stable/commit
xtensa: boot: don't add include-dirs
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 20 Sep 2023 05:21:37 +0000 (22:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Oct 2023 11:18:14 +0000 (13:18 +0200)
commit70460e81e2d1bfe1935a4f6579f4a3afc03333c8
tree59d48b3f694fc805d09ac732fd8a0fb5571c84f4
parentbc51434b66128a0e96a2258137318c6ef7617aa6
xtensa: boot: don't add include-dirs

[ Upstream commit 54d3d7d363823782c3444ddc41bb8cf1edc80514 ]

Drop the -I<include-dir> options to prevent build warnings since there
is not boot/include directory:

cc1: warning: arch/xtensa/boot/include: No such file or directory [-Wmissing-include-dirs]

Fixes: 437374e9a950 ("restore arch/{ppc/xtensa}/boot cflags")
Fixes: 4bedea945451 ("xtensa: Architecture support for Tensilica Xtensa Part 2")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Chris Zankel <chris@zankel.net>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Message-Id: <20230920052139.10570-15-rdunlap@infradead.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/xtensa/boot/Makefile