diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-01-11 18:42:10 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-01-11 18:42:10 +0400 |
commit | 7a5c3b8c5c27211846efe7029a3d2ee7087425e3 (patch) | |
tree | 92530366912b64c2826a882a79ebcfbe6ec28d59 /arch/mips/alchemy/Makefile | |
parent | 39b741431af7f6f46b2e0e7f7f13ea2351fb4a5f (diff) | |
parent | 2af99920d56debcf879ac71a1934e8fcccdc713e (diff) | |
download | linux-7a5c3b8c5c27211846efe7029a3d2ee7087425e3.tar.xz |
Merge branch 'next/alchemy' into mips-for-linux-next
Diffstat (limited to 'arch/mips/alchemy/Makefile')
-rw-r--r-- | arch/mips/alchemy/Makefile | 3 |
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 |