mirror of https://github.com/YosysHQ/picorv32.git
Merge pull request #114 from csquaredphd/master
fix typo in picosoc/Makefile for hx8k board
This commit is contained in:
commit
1d42f5725b
|
@ -33,7 +33,7 @@ hx8kprog: hx8kdemo.bin hx8kdemo_fw.bin
|
||||||
hx8kprog_fw: hx8kdemo_fw.bin
|
hx8kprog_fw: hx8kdemo_fw.bin
|
||||||
iceprog -o 1M 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 $@ $^
|
riscv32-unknown-elf-cpp -P -DHX8KDEMO -o $@ $^
|
||||||
|
|
||||||
hx8kdemo_fw.elf: hx8kdemo_sections.lds start.s firmware.c
|
hx8kdemo_fw.elf: hx8kdemo_sections.lds start.s firmware.c
|
||||||
|
|
Loading…
Reference in New Issue