xref: /linux/arch/riscv/Kbuild (revision 9abd613a85af72fa560e49d9a0acc5b872840c72)
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