diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 14:25:52 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 14:25:52 +0200 |
commit | 026dab3c51d3d6129cf66f24bc592e9315856fdb (patch) | |
tree | 6fae87de1e7c2b8a2b54fb4a19c29d8f27549648 /arch/mips/powertv/Makefile | |
parent | MIPS: WRPPMC: Migrate to new platform makefile style. (diff) | |
download | linux-026dab3c51d3d6129cf66f24bc592e9315856fdb.tar.xz linux-026dab3c51d3d6129cf66f24bc592e9315856fdb.zip |
MIPS: PowerTV: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/powertv/Makefile')
-rw-r--r-- | arch/mips/powertv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/powertv/Makefile b/arch/mips/powertv/Makefile index e9fe1c6efe16..506c4ca9d44a 100644 --- a/arch/mips/powertv/Makefile +++ b/arch/mips/powertv/Makefile @@ -26,4 +26,4 @@ obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \ asic/ pci/ -EXTRA_CFLAGS += -Wall -Werror +EXTRA_CFLAGS += -Wall |