summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-08-12 01:37:28 +0900
committerMax Filippov <jcmvbkbc@gmail.com>2021-08-11 11:37:12 -0700
commitef71db4845c02fe9f898e09046857ab1a9ff4be8 (patch)
tree1e3da4f45a1e662b8fa93f190ff8cfa49f3d02e3 /arch/xtensa
parent13066c303769b5c6bc67c0b990a4eb80058fb1b4 (diff)
downloadlinux-ef71db4845c02fe9f898e09046857ab1a9ff4be8.tar.gz
linux-ef71db4845c02fe9f898e09046857ab1a9ff4be8.tar.xz
xtensa: remove unneeded exports
These are not used in any of subdirectories. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Message-Id: <20210811163731.186125-1-masahiroy@kernel.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/xtensa/Makefile b/arch/xtensa/Makefile
index e9c8f064c44d..6fab7fc87579 100644
--- a/arch/xtensa/Makefile
+++ b/arch/xtensa/Makefile
@@ -17,7 +17,6 @@
variant-y := $(patsubst "%",%,$(CONFIG_XTENSA_VARIANT_NAME))
VARIANT = $(variant-y)
-export VARIANT
ifneq ($(VARIANT),)
ifdef cross_compiling
@@ -34,7 +33,6 @@ platform-$(CONFIG_XTENSA_PLATFORM_ISS) := iss
platform-$(CONFIG_XTENSA_PLATFORM_XTFPGA) := xtfpga
PLATFORM = $(platform-y)
-export PLATFORM
# temporarily until string.h is fixed
KBUILD_CFLAGS += -ffreestanding -D__linux__