kernel/arch/xtensa/boot/Makefile
.. .. @@ -9,8 +9,7 @@ 9 9 10 10 11 11 # KBUILD_CFLAGS used when building rest of boot (takes effect recursively) 12 -KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include13 -HOSTFLAGS += -Iarch/$(ARCH)/boot/include12 +KBUILD_CFLAGS += -fno-builtin14 13 15 14 BIG_ENDIAN := $(shell echo __XTENSA_EB__ | $(CC) -E - | grep -v "\#") 16 15