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