diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:57 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:57 -0400 |
commit | ad5f2635578a19ff8885bff1ef4d5adf7193cb02 (patch) | |
tree | 6139b0792dc92b8fce623887b0c0979aadca9fcf /arch/mips/pnx8550/common | |
parent | 91a548d57e9c95bb47b66d9d3ac0bf381619a6e7 (diff) |
MIPS: PNX8550: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pnx8550/common')
-rw-r--r-- | arch/mips/pnx8550/common/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/pnx8550/common/Makefile b/arch/mips/pnx8550/common/Makefile index dd9e7b1f7fd3..f8ce695dc54f 100644 --- a/arch/mips/pnx8550/common/Makefile +++ b/arch/mips/pnx8550/common/Makefile | |||
@@ -24,5 +24,3 @@ | |||
24 | 24 | ||
25 | obj-y := setup.o prom.o int.o reset.o time.o proc.o platform.o | 25 | obj-y := setup.o prom.o int.o reset.o time.o proc.o platform.o |
26 | obj-$(CONFIG_PCI) += pci.o | 26 | obj-$(CONFIG_PCI) += pci.o |
27 | |||
28 | EXTRA_CFLAGS += -Werror | ||