Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arch/riscv/Kconfig.debug
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
source "arch/riscv/kernel/tests/Kconfig.debug"
source "arch/riscv/kvm/Kconfig.debug"
3 changes: 3 additions & 0 deletions arch/riscv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ BOOT_TARGETS := Image Image.gz Image.bz2 Image.lz4 Image.lzma Image.lzo Image.zs

all: $(notdir $(KBUILD_IMAGE))

archprepare:
$(Q)$(MAKE) $(build)=arch/riscv/tools insn

loader.bin: loader
Image.gz Image.bz2 Image.lz4 Image.lzma Image.lzo Image.zst Image.xz loader xipImage vmlinuz.efi: Image

Expand Down
1 change: 1 addition & 0 deletions arch/riscv/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
syscall-y += syscall_table_32.h
syscall-y += syscall_table_64.h

generated-y += insn_gen.h
generic-y += early_ioremap.h
generic-y += flat.h
generic-y += fprobe.h
Expand Down
Loading
Loading