Paul Mackerras | 35499c0 | 2005-10-22 16:02:39 +1000 | [diff] [blame] | 1 | ifeq ($(CONFIG_PPC_MERGE),y) |
Stephen Rothwell | ba0dd61 | 2005-09-23 13:15:51 +1000 | [diff] [blame] | 2 | obj-$(CONFIG_PPC_PMAC) += powermac/ |
Paul Mackerras | 8342894 | 2005-10-22 16:06:27 +1000 | [diff] [blame] | 3 | else |
| 4 | ifeq ($(CONFIG_PPC64),y) |
| 5 | obj-$(CONFIG_PPC_PMAC) += powermac/ |
| 6 | endif |
Stephen Rothwell | 7b875f4 | 2005-09-28 09:40:24 +1000 | [diff] [blame] | 7 | endif |
Paul Mackerras | bbd0abd | 2005-10-26 21:45:56 +1000 | [diff] [blame] | 8 | obj-$(CONFIG_PPC_CHRP) += chrp/ |
Stephen Rothwell | ba0dd61 | 2005-09-23 13:15:51 +1000 | [diff] [blame] | 9 | obj-$(CONFIG_4xx) += 4xx/ |
Kumar Gala | 08264cb | 2006-01-10 21:43:56 -0600 | [diff] [blame^] | 10 | obj-$(CONFIG_PPC_83xx) += 83xx/ |
Stephen Rothwell | ba0dd61 | 2005-09-23 13:15:51 +1000 | [diff] [blame] | 11 | obj-$(CONFIG_85xx) += 85xx/ |
Paul Mackerras | 69a80d3 | 2005-10-10 22:03:41 +1000 | [diff] [blame] | 12 | obj-$(CONFIG_PPC_PSERIES) += pseries/ |
Stephen Rothwell | ba0dd61 | 2005-09-23 13:15:51 +1000 | [diff] [blame] | 13 | obj-$(CONFIG_PPC_ISERIES) += iseries/ |
Paul Mackerras | 0cb7b2a | 2005-10-29 22:07:56 +1000 | [diff] [blame] | 14 | obj-$(CONFIG_PPC_MAPLE) += maple/ |
Arnd Bergmann | 19fe047 | 2005-10-31 20:08:38 -0500 | [diff] [blame] | 15 | obj-$(CONFIG_PPC_CELL) += cell/ |