Searched hist:"54 d3d7d363823782c3444ddc41bb8cf1edc80514" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/xtensa/boot/ |
H A D | Makefile | diff 54d3d7d363823782c3444ddc41bb8cf1edc80514 Wed Sep 20 07:21:37 CEST 2023 Randy Dunlap <rdunlap@infradead.org> xtensa: boot: don't add include-dirs
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>
|