summaryrefslogtreecommitdiff
path: root/arch/mips/mach-ath79/Makefile
diff options
context:
space:
mode:
authorWills Wang <wills.wang@live.com>2016-03-16 16:59:53 +0800
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-21 01:25:50 +0200
commitee7bb5be35af71df46733b0b3f3e8c96b7b4066d (patch)
tree7fb597c151bef3d6c8f963e37d1ca066f5a1044d /arch/mips/mach-ath79/Makefile
parent1d3d0f1f1cd8bac8ea0135c92a2bcd5020abfb1d (diff)
downloadu-boot-imx-ee7bb5be35af71df46733b0b3f3e8c96b7b4066d.zip
u-boot-imx-ee7bb5be35af71df46733b0b3f3e8c96b7b4066d.tar.gz
u-boot-imx-ee7bb5be35af71df46733b0b3f3e8c96b7b4066d.tar.bz2
mips: ath79: add support for AR933x SOCs
This patch enable work for ar933x SOC. Signed-off-by: Wills Wang <wills.wang@live.com>
Diffstat (limited to 'arch/mips/mach-ath79/Makefile')
-rw-r--r--arch/mips/mach-ath79/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/Makefile b/arch/mips/mach-ath79/Makefile
index 6203cf0..9b9447e 100644
--- a/arch/mips/mach-ath79/Makefile
+++ b/arch/mips/mach-ath79/Makefile
@@ -5,3 +5,5 @@
obj-y += reset.o
obj-y += cpu.o
obj-y += dram.o
+
+obj-$(CONFIG_SOC_AR933X) += ar933x/ \ No newline at end of file