diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 12:25:56 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 12:25:56 (GMT) |
commit | 91a548d57e9c95bb47b66d9d3ac0bf381619a6e7 (patch) | |
tree | 4ed552b8cd6d9454af952e2e34d6c648d166431e /arch/mips/pnx833x/common/Makefile | |
parent | 9453e84d1765d2a532c2ba26ab2a5c3c9b8867c4 (diff) | |
download | linux-fsl-qoriq-91a548d57e9c95bb47b66d9d3ac0bf381619a6e7.tar.xz |
MIPS: PNX833x: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pnx833x/common/Makefile')
-rw-r--r-- | arch/mips/pnx833x/common/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/pnx833x/common/Makefile b/arch/mips/pnx833x/common/Makefile index 4a16f3b..1a46dd2 100644 --- a/arch/mips/pnx833x/common/Makefile +++ b/arch/mips/pnx833x/common/Makefile @@ -1,3 +1 @@ obj-y := interrupts.o platform.o prom.o setup.o reset.o - -EXTRA_CFLAGS += -Werror |