diff options
Diffstat (limited to 'arch/riscv/Kbuild')
-rw-r--r-- | arch/riscv/Kbuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/riscv/Kbuild b/arch/riscv/Kbuild new file mode 100644 index 000000000..4614c01ba --- /dev/null +++ b/arch/riscv/Kbuild @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only + +obj-y += kernel/ mm/ net/ +obj-$(CONFIG_BUILTIN_DTB) += boot/dts/ |