diff options
author | John Crispin <blogic@openwrt.org> | 2013-01-21 01:05:30 +0400 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-02-17 04:25:32 +0400 |
commit | ae2b5bb6570481b50a7175c64176b82da0a81836 (patch) | |
tree | 52d1c1997b7abe6f09ffbd14c0546a2ebe2b248e /arch/mips/ralink/Platform | |
parent | 5644da4f635a30fc03b4f12d81b2197d716d9cef (diff) | |
download | linux-ae2b5bb6570481b50a7175c64176b82da0a81836.tar.xz |
MIPS: ralink: adds Kbuild files
Add the Kbuild symbols and Makefiles needed to actually build the ralink code
from this series
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/4899/
Diffstat (limited to 'arch/mips/ralink/Platform')
-rw-r--r-- | arch/mips/ralink/Platform | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/ralink/Platform b/arch/mips/ralink/Platform new file mode 100644 index 000000000000..6babd65765e6 --- /dev/null +++ b/arch/mips/ralink/Platform @@ -0,0 +1,10 @@ +# +# Ralink SoC common stuff +# +core-$(CONFIG_RALINK) += arch/mips/ralink/ +cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink + +# +# Ralink RT305x +# +load-$(CONFIG_SOC_RT305X) += 0xffffffff80000000 |