mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-17 02:36:21 +00:00
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>
This commit is contained in:
parent
13066c3037
commit
ef71db4845
@ -17,7 +17,6 @@
|
|||||||
variant-y := $(patsubst "%",%,$(CONFIG_XTENSA_VARIANT_NAME))
|
variant-y := $(patsubst "%",%,$(CONFIG_XTENSA_VARIANT_NAME))
|
||||||
|
|
||||||
VARIANT = $(variant-y)
|
VARIANT = $(variant-y)
|
||||||
export VARIANT
|
|
||||||
|
|
||||||
ifneq ($(VARIANT),)
|
ifneq ($(VARIANT),)
|
||||||
ifdef cross_compiling
|
ifdef cross_compiling
|
||||||
@ -34,7 +33,6 @@ platform-$(CONFIG_XTENSA_PLATFORM_ISS) := iss
|
|||||||
platform-$(CONFIG_XTENSA_PLATFORM_XTFPGA) := xtfpga
|
platform-$(CONFIG_XTENSA_PLATFORM_XTFPGA) := xtfpga
|
||||||
|
|
||||||
PLATFORM = $(platform-y)
|
PLATFORM = $(platform-y)
|
||||||
export PLATFORM
|
|
||||||
|
|
||||||
# temporarily until string.h is fixed
|
# temporarily until string.h is fixed
|
||||||
KBUILD_CFLAGS += -ffreestanding -D__linux__
|
KBUILD_CFLAGS += -ffreestanding -D__linux__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user