diff options
Diffstat (limited to 'arch/loongarch/Kbuild')
| -rw-r--r-- | arch/loongarch/Kbuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/loongarch/Kbuild b/arch/loongarch/Kbuild new file mode 100644 index 000000000000..beb8499dd8ed --- /dev/null +++ b/arch/loongarch/Kbuild @@ -0,0 +1,9 @@ +obj-y += kernel/ +obj-y += mm/ +obj-y += net/ +obj-y += vdso/ + +obj-$(CONFIG_KVM) += kvm/ + +# for cleaning +subdir- += boot |
