Skip to content

Commit

Permalink
riscv: makefile: Add xuantie_rv32 related targets
Browse files Browse the repository at this point in the history
For xuantie processor testing.

Signed-off-by: Chen Pei <[email protected]>
  • Loading branch information
cp0613 committed Jan 14, 2025
1 parent 112ba6f commit e6ea745
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/riscv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,11 @@ xuantie_defconfig:
PHONY += xuantie_debug_defconfig
xuantie_debug_defconfig:
$(Q)$(MAKE) -f $(srctree)/Makefile defconfig thp.config fs.config debug.config ftrace.config ebpf.config kdump.config sched.config

PHONY += xuantie_rv32_defconfig
xuantie_rv32_defconfig:
$(Q)$(MAKE) -f $(srctree)/Makefile defconfig 32-bit.config 12HZ.config fs.config

PHONY += xuantie_rv32_debug_defconfig
xuantie_rv32_debug_defconfig:
$(Q)$(MAKE) -f $(srctree)/Makefile defconfig 32-bit.config fs.config debug.config ftrace.config ebpf.config

0 comments on commit e6ea745

Please sign in to comment.