mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 23:14:31 +08:00
0cb7b2afd7
Signed-off-by: Paul Mackerras <paulus@samba.org>
14 lines
345 B
Makefile
14 lines
345 B
Makefile
ifeq ($(CONFIG_PPC_MERGE),y)
|
|
obj-$(CONFIG_PPC_PMAC) += powermac/
|
|
else
|
|
ifeq ($(CONFIG_PPC64),y)
|
|
obj-$(CONFIG_PPC_PMAC) += powermac/
|
|
endif
|
|
endif
|
|
obj-$(CONFIG_PPC_CHRP) += chrp/
|
|
obj-$(CONFIG_4xx) += 4xx/
|
|
obj-$(CONFIG_85xx) += 85xx/
|
|
obj-$(CONFIG_PPC_PSERIES) += pseries/
|
|
obj-$(CONFIG_PPC_ISERIES) += iseries/
|
|
obj-$(CONFIG_PPC_MAPLE) += maple/
|