mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 12:25:31 +00:00
35499c0195
This brings in a lot of changes from arch/ppc64/kernel/pmac_*.c to arch/powerpc/platforms/powermac/*.c and makes various minor tweaks elsewhere. On the powermac we now initialize ppc_md by copying the whole pmac_md structure into it, which required some changes in the ordering of initializations of individual fields of it. Signed-off-by: Paul Mackerras <paulus@samba.org>
8 lines
204 B
Makefile
8 lines
204 B
Makefile
ifeq ($(CONFIG_PPC_MERGE),y)
|
|
obj-$(CONFIG_PPC_PMAC) += powermac/
|
|
endif
|
|
obj-$(CONFIG_4xx) += 4xx/
|
|
obj-$(CONFIG_85xx) += 85xx/
|
|
obj-$(CONFIG_PPC_PSERIES) += pseries/
|
|
obj-$(CONFIG_PPC_ISERIES) += iseries/
|