Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3996eabb authored by matt mooney's avatar matt mooney Committed by Michal Marek
Browse files

xtensa: change to new flag variable



Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: default avatarmatt mooney <mfm@muteddisk.com>
Acked-by: default avatarWANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 9b8c24fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ HOSTFLAGS += -Iarch/$(ARCH)/boot/include

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

export EXTRA_CFLAGS
export ccflags-y
export BIG_ENDIAN

subdir-y	:= lib
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ zlib := inffast.c inflate.c inftrees.c

lib-y	+= $(zlib:.c=.o) zmem.o

EXTRA_CFLAGS	+= -Ilib/zlib_inflate
ccflags-y	:= -Ilib/zlib_inflate

quiet_cmd_copy_zlib = COPY    $@
      cmd_copy_zlib = cat $< > $@