mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-13 20:38:30 +07:00
![Vitaly Bordug](/assets/img/avatar_default.png)
This intruduces 82xx family in arch/powerpc/platforms, and has all the board-specific code to represent regression-less transaction from ppc. The functionality is apparently the same, including PCI controller. Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
6 lines
129 B
Makefile
6 lines
129 B
Makefile
#
|
|
# Makefile for the PowerPC 82xx linux kernel.
|
|
#
|
|
obj-$(CONFIG_PPC_82xx) += mpc82xx.o
|
|
obj-$(CONFIG_MPC82xx_ADS) += mpc82xx_ads.o
|