diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2012-01-21 18:13:14 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-23 13:53:38 +0100 |
commit | 278bf05cf68a6e5e965c85217ddc1318d18fcbf7 (patch) | |
tree | eeb6a9011a4e736c91132cd876712216e472ee52 /arch/mips/alchemy/devboards/Makefile | |
parent | 3e25f4f243db6495cf57c1fcb3a4c0311a92b203 (diff) | |
download | linux-next-278bf05cf68a6e5e965c85217ddc1318d18fcbf7.tar.gz |
MIPS: Alchemy: devboards: kill prom.c
move contents to already existing platform.c file.
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3287/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/alchemy/devboards/Makefile')
-rw-r--r-- | arch/mips/alchemy/devboards/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/alchemy/devboards/Makefile b/arch/mips/alchemy/devboards/Makefile index 3c37fb303364..c9e747dd9fc2 100644 --- a/arch/mips/alchemy/devboards/Makefile +++ b/arch/mips/alchemy/devboards/Makefile @@ -2,7 +2,7 @@ # Alchemy Develboards # -obj-y += prom.o bcsr.o platform.o +obj-y += bcsr.o platform.o obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_MIPS_PB1100) += pb1100.o obj-$(CONFIG_MIPS_PB1500) += pb1500.o |