diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-09-09 02:50:42 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 23:46:03 +0100 |
commit | b47bd961e298aff8144a98bff38cf4de4a2834b9 (patch) | |
tree | 40678341bf265c4337ddb4f3af45bd15bdf28d33 /arch/mips/sibyte/common | |
parent | bcb0fd94633afde9c1f4f8aca43141ba2c78f04b (diff) | |
download | linux-b47bd961e298aff8144a98bff38cf4de4a2834b9.tar.bz2 |
[MIPS] Kill redundant EXTRA_AFLAGS
Kill redundant EXTRA_AFLAGS added after the commit
d2af363cfb94f1bacb3e60327bc44a97881a38c2.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/common')
-rw-r--r-- | arch/mips/sibyte/common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/sibyte/common/Makefile b/arch/mips/sibyte/common/Makefile index f8ae30066a05..48a91b9e5870 100644 --- a/arch/mips/sibyte/common/Makefile +++ b/arch/mips/sibyte/common/Makefile @@ -2,5 +2,4 @@ obj-y := obj-$(CONFIG_SIBYTE_TBPROF) += sb_tbprof.o -EXTRA_AFLAGS := $(CFLAGS) EXTRA_CFLAGS += -Werror |