Skip to content

Commit

Permalink
[MIPS] Kill redundant EXTRA_AFLAGS
Browse files Browse the repository at this point in the history
Kill redundant EXTRA_AFLAGS added after the commit
d2af363.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Oct 11, 2007
1 parent bcb0fd9 commit b47bd96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/mips/lemote/lm2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

obj-y += setup.o prom.o reset.o irq.o pci.o bonito-irq.o dbg_io.o mem.o

EXTRA_AFLAGS := $(CFLAGS)
EXTRA_CFLAGS += -Werror
1 change: 0 additions & 1 deletion arch/mips/sibyte/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ obj-y :=

obj-$(CONFIG_SIBYTE_TBPROF) += sb_tbprof.o

EXTRA_AFLAGS := $(CFLAGS)
EXTRA_CFLAGS += -Werror

0 comments on commit b47bd96

Please sign in to comment.