mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-09 02:55:33 +07:00
![Kumar Gala](/assets/img/avatar_default.png)
Moved some code around so its usable by more systems than just the MPC834x SYS. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
7 lines
140 B
Makefile
7 lines
140 B
Makefile
#
|
|
# Makefile for the PowerPC 83xx linux kernel.
|
|
#
|
|
obj-y := misc.o
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o
|