summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-03-24 21:09:34 +0000
committerLuka Perkov <luka@openwrt.org>2016-03-24 21:09:34 +0000
commit8258f8edb60e0ee7f1518bf44696d9a6b846d524 (patch)
tree4e154caab8e0ceccc303efcf41c8a32cc320916a /target/linux/ar71xx/files/arch/mips/ath79/Makefile
parent35e7bfb90652004ca7b4ab13e439b30330666426 (diff)
downloadmaster-31e0f0ae-8258f8edb60e0ee7f1518bf44696d9a6b846d524.tar.gz
master-31e0f0ae-8258f8edb60e0ee7f1518bf44696d9a6b846d524.tar.bz2
master-31e0f0ae-8258f8edb60e0ee7f1518bf44696d9a6b846d524.zip
ar71xx: cosmetic fix of alfa ap120c/ap96 ordering
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 49086
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Makefile')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Makefile b/target/linux/ar71xx/files/arch/mips/ath79/Makefile
index 0c024c8a08..74376b2294 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/Makefile
+++ b/target/linux/ar71xx/files/arch/mips/ath79/Makefile
@@ -38,8 +38,8 @@ obj-$(CONFIG_ATH79_ROUTERBOOT) += routerboot.o
#
# Machines
#
-obj-$(CONFIG_ATH79_MACH_ALFA_AP96) += mach-alfa-ap96.o
obj-$(CONFIG_ATH79_MACH_ALFA_AP120C) += mach-alfa-ap120c.o
+obj-$(CONFIG_ATH79_MACH_ALFA_AP96) += mach-alfa-ap96.o
obj-$(CONFIG_ATH79_MACH_ALFA_NX) += mach-alfa-nx.o
obj-$(CONFIG_ATH79_MACH_ALL0258N) += mach-all0258n.o
obj-$(CONFIG_ATH79_MACH_ALL0315N) += mach-all0315n.o