From: Masahiro Yamada Date: Sat, 13 Mar 2021 12:23:42 +0000 (+0900) Subject: xtensa: remove unneeded export in boot-elf/Makefile X-Git-Tag: accepted/tizen/unified/20230118.172025~7332^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b6657843c6a227da08af8a8e94c3519bc0ae582;p=platform%2Fkernel%2Flinux-rpi.git xtensa: remove unneeded export in boot-elf/Makefile No one uses these as environment variables. Signed-off-by: Masahiro Yamada Message-Id: <20210313122342.69995-2-masahiroy@kernel.org> Signed-off-by: Max Filippov --- diff --git a/arch/xtensa/boot/boot-elf/Makefile b/arch/xtensa/boot/boot-elf/Makefile index 47b9063..faec200 100644 --- a/arch/xtensa/boot/boot-elf/Makefile +++ b/arch/xtensa/boot/boot-elf/Makefile @@ -6,9 +6,8 @@ OBJCOPY_ARGS := -O $(if $(CONFIG_CPU_BIG_ENDIAN),elf32-xtensa-be,elf32-xtensa-le) -export OBJCOPY_ARGS -export CPPFLAGS_boot.lds += -P -C -export KBUILD_AFLAGS += -mtext-section-literals +CPPFLAGS_boot.lds += -P -C +KBUILD_AFLAGS += -mtext-section-literals boot-y := bootstrap.o targets += $(boot-y) boot.lds