Skip to content

Commit ef71db4

Browse files
masahir0yjcmvbkbc
authored andcommitted
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>
1 parent 13066c3 commit ef71db4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/xtensa/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
variant-y := $(patsubst "%",%,$(CONFIG_XTENSA_VARIANT_NAME))
1818

1919
VARIANT = $(variant-y)
20-
export VARIANT
2120

2221
ifneq ($(VARIANT),)
2322
ifdef cross_compiling
@@ -34,7 +33,6 @@ platform-$(CONFIG_XTENSA_PLATFORM_ISS) := iss
3433
platform-$(CONFIG_XTENSA_PLATFORM_XTFPGA) := xtfpga
3534

3635
PLATFORM = $(platform-y)
37-
export PLATFORM
3836

3937
# temporarily until string.h is fixed
4038
KBUILD_CFLAGS += -ffreestanding -D__linux__

0 commit comments

Comments
 (0)