mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 00:11:22 +00:00
df78b5c8fa
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
|