diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-11 18:16:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-11 18:16:11 +0000 |
commit | 80b40497de41722efa88dede430ac12f090cf70f (patch) | |
tree | 111dc98f5f78e667ac3c46e8cfa108256cfce4a4 /target/linux/ramips/files/arch | |
parent | 80a535ba586708d53ecc23fa527edc61fcbdd260 (diff) | |
download | mtk-20170518-80b40497de41722efa88dede430ac12f090cf70f.zip mtk-20170518-80b40497de41722efa88dede430ac12f090cf70f.tar.gz mtk-20170518-80b40497de41722efa88dede430ac12f090cf70f.tar.bz2 |
ramips: add MIPS platform file
SVN-Revision: 30459
Diffstat (limited to 'target/linux/ramips/files/arch')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/Platform | 19 |
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 0000000..86871bd --- /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 |