Skip to content

Commit 44d92b2

Browse files
masahir0yjcmvbkbc
authored andcommitted
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 <[email protected]> Message-Id: <[email protected]> Signed-off-by: Max Filippov <[email protected]>
1 parent 9806048 commit 44d92b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/xtensa/boot/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ HOSTFLAGS += -Iarch/$(ARCH)/boot/include
1414

1515
BIG_ENDIAN := $(shell echo __XTENSA_EB__ | $(CC) -E - | grep -v "\#")
1616

17-
export ccflags-y
1817
export BIG_ENDIAN
1918

2019
subdir-y := lib

0 commit comments

Comments
 (0)