diff --git a/makefiles/cargo-targets.inc.mk b/makefiles/cargo-targets.inc.mk index 47fa12214e9e..de45a0c7c1f6 100644 --- a/makefiles/cargo-targets.inc.mk +++ b/makefiles/cargo-targets.inc.mk @@ -37,7 +37,6 @@ $(CARGO_COMPILE_COMMANDS): $(BUILDDEPS) -e 's/"riscv64-none-elf"/"riscv32"/g' \ -e 's/"riscv64-unknown-elf"/"riscv32"/g' \ -e 's/"riscv64-elf"/"riscv32"/g' \ - -e 's/"riscv-none-embed"/"riscv32"/g' \ | $(LAZYSPONGE) $@