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 |
Sergey Ryazanov | 43cc739 | 2014-10-29 03:18:38 +0400 | [diff] [blame] | 5 | platforms += ath25 |
Gabor Juhos | d4a67d9 | 2011-01-04 21:28:14 +0100 | [diff] [blame] | 6 | platforms += ath79 |
Ralf Baechle | 53e4345 | 2010-08-05 13:25:54 +0100 | [diff] [blame] | 7 | platforms += bcm47xx |
Ralf Baechle | f5e8abd | 2010-08-05 13:25:54 +0100 | [diff] [blame] | 8 | platforms += bcm63xx |
Kevin Cernekee | 5f2d445 | 2014-12-25 09:49:00 -0800 | [diff] [blame] | 9 | platforms += bmips |
Ralf Baechle | f6e1db1 | 2010-08-05 13:25:54 +0100 | [diff] [blame] | 10 | platforms += cavium-octeon |
Yoichi Yuasa | 5c6aecb | 2010-06-02 16:51:16 +0900 | [diff] [blame] | 11 | platforms += cobalt |
Ralf Baechle | c136af0 | 2010-08-05 13:25:49 +0100 | [diff] [blame] | 12 | platforms += dec |
Ralf Baechle | 2f22f45 | 2010-08-05 13:25:55 +0100 | [diff] [blame] | 13 | platforms += emma |
Paul Burton | eed0eab | 2016-10-05 18:18:20 +0100 | [diff] [blame] | 14 | platforms += generic |
Ralf Baechle | 1505b60 | 2010-08-05 13:25:48 +0100 | [diff] [blame] | 15 | platforms += jazz |
Lars-Peter Clausen | 5ebabe5 | 2010-06-19 04:08:19 +0000 | [diff] [blame] | 16 | platforms += jz4740 |
John Crispin | 171bb2f | 2011-03-30 09:27:47 +0200 | [diff] [blame] | 17 | platforms += lantiq |
Ralf Baechle | bd152b0 | 2010-08-05 13:25:53 +0100 | [diff] [blame] | 18 | platforms += lasat |
Huacai Chen | 30ad29b | 2015-04-21 10:00:35 +0800 | [diff] [blame] | 19 | platforms += loongson32 |
20 | platforms += loongson64 | ||||
Ralf Baechle | 36bb97e | 2010-08-05 13:25:50 +0100 | [diff] [blame] | 21 | platforms += mti-malta |
Ralf Baechle | bf45e58 | 2011-05-30 14:59:47 +0100 | [diff] [blame] | 22 | platforms += netlogic |
David Daney | 9bc463b | 2014-05-28 23:52:15 +0200 | [diff] [blame] | 23 | platforms += paravirt |
Joshua Henderson | 2572f00 | 2016-01-13 18:15:39 -0700 | [diff] [blame] | 24 | platforms += pic32 |
Andrew Bresticker | 6a43830 | 2015-03-16 14:43:10 -0700 | [diff] [blame] | 25 | platforms += pistachio |
Ralf Baechle | 0f3a05c | 2012-12-15 11:52:10 +0100 | [diff] [blame] | 26 | platforms += pmcs-msp71xx |
Ralf Baechle | 91a548d | 2010-08-05 13:25:56 +0100 | [diff] [blame] | 27 | platforms += pnx833x |
John Crispin | ae2b5bb | 2013-01-20 22:05:30 +0100 | [diff] [blame] | 28 | platforms += ralink |
Ralf Baechle | 9159896 | 2010-08-05 13:25:50 +0100 | [diff] [blame] | 29 | platforms += rb532 |
Ralf Baechle | b9dbdce | 2010-08-05 13:25:49 +0100 | [diff] [blame] | 30 | platforms += sgi-ip22 |
Ralf Baechle | 6a0cd4d | 2010-08-05 13:25:47 +0100 | [diff] [blame] | 31 | platforms += sgi-ip27 |
Ralf Baechle | 4fa8a55 | 2010-08-05 13:25:50 +0100 | [diff] [blame] | 32 | platforms += sgi-ip32 |
Ralf Baechle | 34f5c1c | 2010-08-05 13:25:55 +0100 | [diff] [blame] | 33 | platforms += sibyte |
Ralf Baechle | 655f40e | 2010-08-05 13:25:49 +0100 | [diff] [blame] | 34 | platforms += sni |
Ralf Baechle | a8b361d | 2010-08-05 13:25:55 +0100 | [diff] [blame] | 35 | platforms += txx9 |
Yoichi Yuasa | 4300a92 | 2010-06-02 16:52:21 +0900 | [diff] [blame] | 36 | platforms += vr41xx |
Zubair Lutfullah Kakakhel | 9937f5f | 2015-10-26 11:30:56 +0000 | [diff] [blame] | 37 | platforms += xilfpga |
Sam Ravnborg | 5d25b01 | 2010-05-30 16:27:10 +0200 | [diff] [blame] | 38 | |
39 | # include the platform specific files | ||||
40 | include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) |