Sam Ravnborg | 5d25b01 | 2010-05-30 16:27:10 +0200 | [diff] [blame] | 1 | # All platforms listed in alphabetic order |
2 | |||||
Manuel Lauss | baf3eb2 | 2010-06-01 22:30:37 +0200 | [diff] [blame] | 3 | platforms += alchemy |
Sam Ravnborg | 5d25b01 | 2010-05-30 16:27:10 +0200 | [diff] [blame] | 4 | platforms += ar7 |
Gabor Juhos | d4a67d9 | 2011-01-04 21:28:14 +0100 | [diff] [blame] | 5 | platforms += ath79 |
Ralf Baechle | 53e4345 | 2010-08-05 13:25:54 +0100 | [diff] [blame] | 6 | platforms += bcm47xx |
Ralf Baechle | f5e8abd | 2010-08-05 13:25:54 +0100 | [diff] [blame] | 7 | platforms += bcm63xx |
Ralf Baechle | f6e1db1 | 2010-08-05 13:25:54 +0100 | [diff] [blame] | 8 | platforms += cavium-octeon |
Yoichi Yuasa | 5c6aecb | 2010-06-02 16:51:16 +0900 | [diff] [blame] | 9 | platforms += cobalt |
Ralf Baechle | c136af0 | 2010-08-05 13:25:49 +0100 | [diff] [blame] | 10 | platforms += dec |
Ralf Baechle | 2f22f45 | 2010-08-05 13:25:55 +0100 | [diff] [blame] | 11 | platforms += emma |
Ralf Baechle | 1505b60 | 2010-08-05 13:25:48 +0100 | [diff] [blame] | 12 | platforms += jazz |
Lars-Peter Clausen | 5ebabe5 | 2010-06-19 04:08:19 +0000 | [diff] [blame] | 13 | platforms += jz4740 |
John Crispin | 171bb2f | 2011-03-30 09:27:47 +0200 | [diff] [blame] | 14 | platforms += lantiq |
Ralf Baechle | bd152b0 | 2010-08-05 13:25:53 +0100 | [diff] [blame] | 15 | platforms += lasat |
Wu Zhangjin | 28c945c | 2010-06-01 18:29:04 +0800 | [diff] [blame] | 16 | platforms += loongson |
Ralf Baechle | 526a2fe | 2010-08-05 13:25:45 +0100 | [diff] [blame] | 17 | platforms += mipssim |
Ralf Baechle | 36bb97e | 2010-08-05 13:25:50 +0100 | [diff] [blame] | 18 | platforms += mti-malta |
Ralf Baechle | bf45e58 | 2011-05-30 14:59:47 +0100 | [diff] [blame] | 19 | platforms += netlogic |
Shane McDonald | 82baa6b | 2010-06-03 04:34:06 -0600 | [diff] [blame] | 20 | platforms += pmc-sierra |
Ralf Baechle | 91a548d | 2010-08-05 13:25:56 +0100 | [diff] [blame] | 21 | platforms += pnx833x |
Ralf Baechle | ad5f263 | 2010-08-05 13:25:57 +0100 | [diff] [blame] | 22 | platforms += pnx8550 |
Ralf Baechle | 026dab3 | 2010-08-05 13:25:52 +0100 | [diff] [blame] | 23 | platforms += powertv |
Ralf Baechle | 9159896 | 2010-08-05 13:25:50 +0100 | [diff] [blame] | 24 | platforms += rb532 |
Ralf Baechle | b9dbdce | 2010-08-05 13:25:49 +0100 | [diff] [blame] | 25 | platforms += sgi-ip22 |
Ralf Baechle | 6a0cd4d | 2010-08-05 13:25:47 +0100 | [diff] [blame] | 26 | platforms += sgi-ip27 |
Ralf Baechle | 4fa8a55 | 2010-08-05 13:25:50 +0100 | [diff] [blame] | 27 | platforms += sgi-ip32 |
Ralf Baechle | 34f5c1c | 2010-08-05 13:25:55 +0100 | [diff] [blame] | 28 | platforms += sibyte |
Ralf Baechle | 655f40e | 2010-08-05 13:25:49 +0100 | [diff] [blame] | 29 | platforms += sni |
Ralf Baechle | a8b361d | 2010-08-05 13:25:55 +0100 | [diff] [blame] | 30 | platforms += txx9 |
Yoichi Yuasa | 4300a92 | 2010-06-02 16:52:21 +0900 | [diff] [blame] | 31 | platforms += vr41xx |
Ralf Baechle | f70a974 | 2010-08-05 13:25:51 +0100 | [diff] [blame] | 32 | platforms += wrppmc |
Sam Ravnborg | 5d25b01 | 2010-05-30 16:27:10 +0200 | [diff] [blame] | 33 | |
34 | # include the platform specific files | ||||
35 | include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) |