diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:53 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:53 +0100 |
commit | bd152b095ef67898ed794f100e4ecc5298a61ad8 (patch) | |
tree | c3dfc77ff49e306fcd0c71a2d97a12038222261c /arch/mips/lasat/Makefile | |
parent | 026dab3c51d3d6129cf66f24bc592e9315856fdb (diff) | |
download | op-kernel-dev-bd152b095ef67898ed794f100e4ecc5298a61ad8.zip op-kernel-dev-bd152b095ef67898ed794f100e4ecc5298a61ad8.tar.gz |
MIPS: Lasat: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lasat/Makefile')
-rw-r--r-- | arch/mips/lasat/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/lasat/Makefile b/arch/mips/lasat/Makefile index 3379160..9cc4e4d 100644 --- a/arch/mips/lasat/Makefile +++ b/arch/mips/lasat/Makefile @@ -12,5 +12,3 @@ obj-$(CONFIG_PICVUE_PROC) += picvue_proc.o clean: make -C image clean - -EXTRA_CFLAGS += -Werror |