From: Masahiro Yamada Date: Wed, 11 Aug 2021 16:37:28 +0000 (+0900) Subject: xtensa: remove unneeded exports X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ef71db4845c02fe9f898e09046857ab1a9ff4be8;p=linux.git xtensa: remove unneeded exports These are not used in any of subdirectories. Signed-off-by: Masahiro Yamada Message-Id: <20210811163731.186125-1-masahiroy@kernel.org> Signed-off-by: Max Filippov --- diff --git a/arch/xtensa/Makefile b/arch/xtensa/Makefile index e9c8f064c44d0..6fab7fc875795 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__