1ifeq ($(CONFIG_PPC_MERGE),y) 2obj-$(CONFIG_PPC_PMAC) += powermac/ 3else 4ifeq ($(CONFIG_PPC64),y) 5obj-$(CONFIG_PPC_PMAC) += powermac/ 6endif 7endif 8obj-$(CONFIG_PPC_CHRP) += chrp/ 9obj-$(CONFIG_4xx) += 4xx/ 10obj-$(CONFIG_PPC_83xx) += 83xx/ 11obj-$(CONFIG_PPC_85xx) += 85xx/ 12obj-$(CONFIG_PPC_PSERIES) += pseries/ 13obj-$(CONFIG_PPC_ISERIES) += iseries/ 14obj-$(CONFIG_PPC_MAPLE) += maple/ 15obj-$(CONFIG_PPC_CELL) += cell/ 16