Commit 7b665784 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Max Filippov
Browse files

xtensa: remove unneeded export in boot-elf/Makefile



No one uses these as environment variables.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Message-Id: <20210313122342.69995-2-masahiroy@kernel.org>
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent c425c546
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -6,9 +6,8 @@


OBJCOPY_ARGS := -O $(if $(CONFIG_CPU_BIG_ENDIAN),elf32-xtensa-be,elf32-xtensa-le)
OBJCOPY_ARGS := -O $(if $(CONFIG_CPU_BIG_ENDIAN),elf32-xtensa-be,elf32-xtensa-le)


export OBJCOPY_ARGS
CPPFLAGS_boot.lds += -P -C
export CPPFLAGS_boot.lds += -P -C
KBUILD_AFLAGS += -mtext-section-literals
export KBUILD_AFLAGS += -mtext-section-literals


boot-y		:= bootstrap.o
boot-y		:= bootstrap.o
targets		+= $(boot-y) boot.lds
targets		+= $(boot-y) boot.lds