commit | 2a551c5bfacc6798edc88ae69f0cb762563214ab | [log] [tgz] |
---|---|---|
author | Wills Wang <wills.wang@live.com> | Wed Mar 16 16:59:53 2016 +0800 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat May 21 01:25:50 2016 +0200 |
tree | 7fb597c151bef3d6c8f963e37d1ca066f5a1044d | |
parent | 833a1a8bc4f6b015244ce5a637846e9945aa646a [diff] [blame] |
mips: ath79: add support for AR933x SOCs This patch enable work for ar933x SOC. Signed-off-by: Wills Wang <wills.wang@live.com>
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