Makefile (62ed948cb1405fe95d61d8c6445c102e0c9da0a6) | Makefile (c5d56332fd6c2f0c7cf9d1f65416076f2711ea28) |
---|---|
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_86xx) += 86xx/ 13obj-$(CONFIG_PPC_PSERIES) += pseries/ 14obj-$(CONFIG_PPC_ISERIES) += iseries/ 15obj-$(CONFIG_PPC_MAPLE) += maple/ 16obj-$(CONFIG_PPC_CELL) += cell/ | 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_86xx) += 86xx/ 13obj-$(CONFIG_PPC_PSERIES) += pseries/ 14obj-$(CONFIG_PPC_ISERIES) += iseries/ 15obj-$(CONFIG_PPC_MAPLE) += maple/ 16obj-$(CONFIG_PPC_CELL) += cell/ |
17obj-$(CONFIG_EMBEDDED6xx) += embedded6xx/ |
|