mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-15 16:03:37 +07:00
![Aurelien Jarno](/assets/img/avatar_default.png)
Move the platform independent part of the CFE code to arch/mips/fw/cfe from arch/mips/sibyte/cfe. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
4 lines
95 B
Makefile
4 lines
95 B
Makefile
lib-y = setup.o
|
|
lib-$(CONFIG_SMP) += smp.o
|
|
lib-$(CONFIG_SIBYTE_CFE_CONSOLE) += console.o
|