diff options
Diffstat (limited to 'arch/mips/sibyte/cfe/Makefile')
-rw-r--r-- | arch/mips/sibyte/cfe/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/sibyte/cfe/Makefile b/arch/mips/sibyte/cfe/Makefile new file mode 100644 index 000000000000..059d84a1d8a8 --- /dev/null +++ b/arch/mips/sibyte/cfe/Makefile @@ -0,0 +1,3 @@ +lib-y = cfe_api.o setup.o +lib-$(CONFIG_SMP) += smp.o +lib-$(CONFIG_SIBYTE_CFE_CONSOLE) += console.o |