diff options
author | matt mooney <mfm@muteddisk.com> | 2011-01-14 06:12:34 -0800 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-03-17 14:02:57 +0100 |
commit | 3996eabbab5597d27d5140e1d8f9e3f1145f8b40 (patch) | |
tree | c16174eee2d07a058f6edc1a0b7a81324d4372c6 /arch/xtensa/boot/Makefile | |
parent | 9b8c24fac8f030a3369a8bc6bf990534a7ca6ce8 (diff) | |
download | op-kernel-dev-3996eabbab5597d27d5140e1d8f9e3f1145f8b40.zip op-kernel-dev-3996eabbab5597d27d5140e1d8f9e3f1145f8b40.tar.gz |
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>
Diffstat (limited to 'arch/xtensa/boot/Makefile')
-rw-r--r-- | arch/xtensa/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/boot/Makefile b/arch/xtensa/boot/Makefile index 40aa55b..70fd145 100644 --- a/arch/xtensa/boot/Makefile +++ b/arch/xtensa/boot/Makefile @@ -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 |