diff options
author | Rene Bolldorf <xsecute@googlemail.com> | 2011-11-17 19:17:42 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 17:02:47 -0500 |
commit | 2dc7b4a1977e3bd3b7c819c63cab1baf7d260d89 (patch) | |
tree | 5fca4608f57952434941b838b0bbda3ffea740cb /arch/mips/ath79/Makefile | |
parent | 4ff40d5a7668cfadcfc37c3982caea940ba60d8d (diff) |
Initial support for the Ubiquiti Networks XM board (rev 1.0).
Signed-off-by: Rene Bolldorf <xsecute@googlemail.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/3020/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ath79/Makefile')
-rw-r--r-- | arch/mips/ath79/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ath79/Makefile b/arch/mips/ath79/Makefile index 8933d18fd0f0..3ecc1463b5da 100644 --- a/arch/mips/ath79/Makefile +++ b/arch/mips/ath79/Makefile | |||
@@ -28,3 +28,4 @@ obj-$(CONFIG_ATH79_DEV_USB) += dev-usb.o | |||
28 | obj-$(CONFIG_ATH79_MACH_AP121) += mach-ap121.o | 28 | obj-$(CONFIG_ATH79_MACH_AP121) += mach-ap121.o |
29 | obj-$(CONFIG_ATH79_MACH_AP81) += mach-ap81.o | 29 | obj-$(CONFIG_ATH79_MACH_AP81) += mach-ap81.o |
30 | obj-$(CONFIG_ATH79_MACH_PB44) += mach-pb44.o | 30 | obj-$(CONFIG_ATH79_MACH_PB44) += mach-pb44.o |
31 | obj-$(CONFIG_ATH79_MACH_UBNT_XM) += mach-ubnt-xm.o | ||