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