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