summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-11 18:16:11 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-11 18:16:11 +0000
commit80b40497de41722efa88dede430ac12f090cf70f (patch)
tree111dc98f5f78e667ac3c46e8cfa108256cfce4a4 /target/linux/ramips/files
parent80a535ba586708d53ecc23fa527edc61fcbdd260 (diff)
downloadmaster-31e0f0ae-80b40497de41722efa88dede430ac12f090cf70f.tar.gz
master-31e0f0ae-80b40497de41722efa88dede430ac12f090cf70f.tar.bz2
master-31e0f0ae-80b40497de41722efa88dede430ac12f090cf70f.zip
ramips: add MIPS platform file
SVN-Revision: 30459
Diffstat (limited to 'target/linux/ramips/files')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/Platform19
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/Platform b/target/linux/ramips/files/arch/mips/ralink/Platform
new file mode 100644
index 0000000000..86871bda33
--- /dev/null
+++ b/target/linux/ramips/files/arch/mips/ralink/Platform
@@ -0,0 +1,19 @@
+#
+# Ralink SoC common stuff
+#
+core-$(CONFIG_MIPS_RALINK) += arch/mips/ralink/common/
+cflags-$(CONFIG_MIPS_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink
+
+#
+# Ralink RT288x
+#
+core-$(CONFIG_RALINK_RT288X) += arch/mips/ralink/rt288x/
+cflags-$(CONFIG_RALINK_RT288X) += -I$(srctree)//arch/mips/include/asm/mach-ralink/rt288x
+load-$(CONFIG_RALINK_RT288X) += 0xffffffff88000000
+
+#
+# Ralink RT305x
+#
+core-$(CONFIG_RALINK_RT305X) += arch/mips/ralink/rt305x/
+cflags-$(CONFIG_RALINK_RT305X) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt305x
+load-$(CONFIG_RALINK_RT305X) += 0xffffffff80000000