xref: /linux/arch/loongarch/Kbuild (revision c532de5a67a70f8533d495f8f2aaa9a0491c3ad0)
1obj-y += kernel/
2obj-y += mm/
3obj-y += net/
4obj-y += vdso/
5
6obj-$(CONFIG_KVM) += kvm/
7obj-$(CONFIG_BUILTIN_DTB) += boot/dts/
8
9# for cleaning
10subdir- += boot
11