Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

xtensa: change to new flag variable

Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>

authored by

matt mooney and committed by
Michal Marek
3996eabb 9b8c24fa

+2 -2
+1 -1
arch/xtensa/boot/Makefile
··· 14 14 15 15 BIG_ENDIAN := $(shell echo -e __XTENSA_EB__ | $(CC) -E - | grep -v "\#") 16 16 17 - export EXTRA_CFLAGS 17 + export ccflags-y 18 18 export BIG_ENDIAN 19 19 20 20 subdir-y := lib
+1 -1
arch/xtensa/boot/lib/Makefile
··· 6 6 7 7 lib-y += $(zlib:.c=.o) zmem.o 8 8 9 - EXTRA_CFLAGS += -Ilib/zlib_inflate 9 + ccflags-y := -Ilib/zlib_inflate 10 10 11 11 quiet_cmd_copy_zlib = COPY $@ 12 12 cmd_copy_zlib = cat $< > $@