diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-10 13:59:25 +0900 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2020-03-09 23:31:07 -0700 |
commit | 44d92b2c40da1a50ce1d6a116732b6724d5c4b74 (patch) | |
tree | 5ff15ade88a50635ccb9c12bcd74e49fbaf12e26 /arch | |
parent | 98060484e2328a4d29b62eb42ef31219a4629587 (diff) | |
download | linux-44d92b2c40da1a50ce1d6a116732b6724d5c4b74.tar.gz linux-44d92b2c40da1a50ce1d6a116732b6724d5c4b74.tar.bz2 linux-44d92b2c40da1a50ce1d6a116732b6724d5c4b74.zip |
xtensa: remove meaningless export ccflags-y
arch/xtensa/boot/Makefile does not define ccflags-y at all.
Please do not export ccflags-y because it is meant to be effective
only in the current Makefile.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Message-Id: <20200310045925.25396-1-masahiroy@kernel.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/xtensa/boot/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/boot/Makefile b/arch/xtensa/boot/Makefile index efb91bfda2b4..1a14d38d9b33 100644 --- a/arch/xtensa/boot/Makefile +++ b/arch/xtensa/boot/Makefile @@ -14,7 +14,6 @@ HOSTFLAGS += -Iarch/$(ARCH)/boot/include BIG_ENDIAN := $(shell echo __XTENSA_EB__ | $(CC) -E - | grep -v "\#") -export ccflags-y export BIG_ENDIAN subdir-y := lib |