xref: /linux/arch/loongarch/Kbuild (revision b1992c3772e69a6fd0e3fc81cd4d2820c8b6eca0)
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