summaryrefslogtreecommitdiff
path: root/arch/mips/ar7/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-06-24 09:12:57 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2009-07-03 14:45:23 (GMT)
commit7ca5dc145bc7daddd8aed8bbda46b74af9cebefc (patch)
tree130b1aac6b095bdc2638124169795d6857981c31 /arch/mips/ar7/Makefile
parent7c5371c403abb29f01bc6cff6c5096abdf2dc524 (diff)
downloadlinux-fsl-qoriq-7ca5dc145bc7daddd8aed8bbda46b74af9cebefc.tar.xz
MIPS: Add support for Texas Instruments AR7 System-on-a-Chip
This patch adds support for the Texas Instruments AR7 System-on-a-Chip. It supports the TNETD7100, 7200 and 7300 versions of the SoC. Signed-off-by: Matteo Croce <matteo@openwrt.org> Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Eugene Konev <ejka@openwrt.org> Signed-off-by: Nicolas Thill <nico@openwrt.org> Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ar7/Makefile')
-rw-r--r--arch/mips/ar7/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/ar7/Makefile b/arch/mips/ar7/Makefile
new file mode 100644
index 0000000..7435e44
--- /dev/null
+++ b/arch/mips/ar7/Makefile
@@ -0,0 +1,10 @@
+
+obj-y := \
+ prom.o \
+ setup.o \
+ memory.o \
+ irq.o \
+ time.o \
+ platform.o \
+ gpio.o \
+ clock.o