aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-03-02 14:11:59 -0800
committerGitHub <noreply@github.com>2019-03-02 14:11:59 -0800
commit1d42f5725b8610fb5ed78704659bf9022296cbbe (patch)
treebb40054c5d4cfb0cd1b75c8c92fa90ea94e2457c
parent243a09fd8dc79e4435df145bc5f5dbaa95f210a5 (diff)
parent7ac4102fc4f1ef25bad79a53ff12517d8ec73ddd (diff)
downloadpicorv32-1d42f5725b8610fb5ed78704659bf9022296cbbe.tar.gz
picorv32-1d42f5725b8610fb5ed78704659bf9022296cbbe.zip
Merge pull request #114 from csquaredphd/master
fix typo in picosoc/Makefile for hx8k board
-rw-r--r--picosoc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/picosoc/Makefile b/picosoc/Makefile
index ab01df4..450166b 100644
--- a/picosoc/Makefile
+++ b/picosoc/Makefile
@@ -33,7 +33,7 @@ hx8kprog: hx8kdemo.bin hx8kdemo_fw.bin
hx8kprog_fw: hx8kdemo_fw.bin
iceprog -o 1M hx8kdemo_fw.bin
-hx8kprog_sections.lds: sections.lds
+hx8kdemo_sections.lds: sections.lds
riscv32-unknown-elf-cpp -P -DHX8KDEMO -o $@ $^
hx8kdemo_fw.elf: hx8kdemo_sections.lds start.s firmware.c