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