xref: /linux/arch/riscv/Kbuild (revision 4fc4187984e5dbd7ad63c3acf0b228fa9bf298d3)
1# SPDX-License-Identifier: GPL-2.0-only
2
3obj-y += kernel/ mm/ net/
4obj-$(CONFIG_BUILTIN_DTB) += boot/dts/
5obj-$(CONFIG_CRYPTO) += crypto/
6obj-y += errata/
7obj-$(CONFIG_KVM) += kvm/
8
9obj-$(CONFIG_ARCH_SUPPORTS_KEXEC_PURGATORY) += purgatory/
10
11# for cleaning
12subdir- += boot
13