commit | 37bdcb0bd3fd8d3378883c69d8f0a40c8bddc1c1 | [log] [tgz] |
---|---|---|
author | Alistair Francis <alistair.francis@wdc.com> | Fri Mar 20 14:35:47 2020 -0700 |
committer | Alistair Francis <alistair.francis@wdc.com> | Fri Mar 20 14:35:47 2020 -0700 |
tree | 40d703f0444136c549ec7b50632e4d99c25c8383 | |
parent | 4d27d242cb64b6b0a264bc5fb174b2e10f4fca20 [diff] |
Makefile: Fix the OpenTitan target Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
diff --git a/Makefile b/Makefile index d912813..27157a9 100644 --- a/Makefile +++ b/Makefile
@@ -73,7 +73,7 @@ .PHONY: flash-opentitan flash-opentitan: - PLATFORM=opentitan cargo run $(release) --target=riscv32imac-unknown-none-elf --example $(EXAMPLE) $(features) + PLATFORM=opentitan cargo run $(release) --target=riscv32imc-unknown-none-elf --example $(EXAMPLE) $(features) .PHONY: hifive1 hifive1: