summaryrefslogtreecommitdiff
path: root/arch/mips/alchemy/Makefile
diff options
context:
space:
mode:
authorManuel Lauss <manuel.lauss@googlemail.com>2011-11-10 16:06:21 +0400
committerRalf Baechle <ralf@linux-mips.org>2011-12-08 02:02:06 +0400
commit8e026910fcd46c3cfcdf5cff7ebba013bb8ec85c (patch)
treeaf8c203fdd800611157e7b069c3e7c5f4a513aac /arch/mips/alchemy/Makefile
parentf869d42e580f6260b5c29b5ab5c5cfcfd32a0756 (diff)
downloadlinux-8e026910fcd46c3cfcdf5cff7ebba013bb8ec85c.tar.xz
MIPS: Alchemy: merge GPR/MTX-1/XXS1500 board code into single files
Most of these files are have more comments than real code; merge them all into single board-<name>.c files. Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com> To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2869/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/alchemy/Makefile')
-rw-r--r--arch/mips/alchemy/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/alchemy/Makefile b/arch/mips/alchemy/Makefile
new file mode 100644
index 000000000000..aac3b179bbc0
--- /dev/null
+++ b/arch/mips/alchemy/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_MIPS_GPR) += board-gpr.o
+obj-$(CONFIG_MIPS_MTX1) += board-mtx1.o
+obj-$(CONFIG_MIPS_XXS1500) += board-xxs1500.o