Stephen Rothwell | 7b875f4 | 2005-09-28 09:40:24 +1000 | [diff] [blame] | 1 | ifeq ($(CONFIG_PPC32),y) |
Stephen Rothwell | ba0dd61 | 2005-09-23 13:15:51 +1000 | [diff] [blame] | 2 | obj-$(CONFIG_PPC_PMAC) += powermac/ |
Stephen Rothwell | 7b875f4 | 2005-09-28 09:40:24 +1000 | [diff] [blame] | 3 | endif |
Stephen Rothwell | ba0dd61 | 2005-09-23 13:15:51 +1000 | [diff] [blame] | 4 | obj-$(CONFIG_4xx) += 4xx/ |
| 5 | obj-$(CONFIG_83xx) += 83xx/ |
| 6 | obj-$(CONFIG_85xx) += 85xx/ |
Paul Mackerras | 69a80d3 | 2005-10-10 22:03:41 +1000 | [diff] [blame^] | 7 | obj-$(CONFIG_PPC_PSERIES) += pseries/ |
Stephen Rothwell | ba0dd61 | 2005-09-23 13:15:51 +1000 | [diff] [blame] | 8 | obj-$(CONFIG_PPC_ISERIES) += iseries/ |