xref: /openbmc/linux/arch/riscv/Kbuild (revision 1bcca2b1)
1# SPDX-License-Identifier: GPL-2.0-only
2
3obj-y += kernel/ mm/ net/
4obj-$(CONFIG_BUILTIN_DTB) += boot/dts/
5
6obj-$(CONFIG_ARCH_HAS_KEXEC_PURGATORY) += purgatory/
7
8# for cleaning
9subdir- += boot
10