ae2b5bb657
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/
38 lines
810 B
Plaintext
38 lines
810 B
Plaintext
# All platforms listed in alphabetic order
|
|
|
|
platforms += alchemy
|
|
platforms += ar7
|
|
platforms += ath79
|
|
platforms += bcm47xx
|
|
platforms += bcm63xx
|
|
platforms += cavium-octeon
|
|
platforms += cobalt
|
|
platforms += dec
|
|
platforms += emma
|
|
platforms += jazz
|
|
platforms += jz4740
|
|
platforms += lantiq
|
|
platforms += lasat
|
|
platforms += loongson
|
|
platforms += loongson1
|
|
platforms += mti-malta
|
|
platforms += mti-sead3
|
|
platforms += netlogic
|
|
platforms += pmc-sierra
|
|
platforms += pnx833x
|
|
platforms += pnx8550
|
|
platforms += powertv
|
|
platforms += ralink
|
|
platforms += rb532
|
|
platforms += sgi-ip22
|
|
platforms += sgi-ip27
|
|
platforms += sgi-ip32
|
|
platforms += sibyte
|
|
platforms += sni
|
|
platforms += txx9
|
|
platforms += vr41xx
|
|
platforms += wrppmc
|
|
|
|
# include the platform specific files
|
|
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms))
|