From 7ac4102fc4f1ef25bad79a53ff12517d8ec73ddd Mon Sep 17 00:00:00 2001 From: Chris Clark <9259896+csquaredphd@users.noreply.github.com> Date: Fri, 1 Mar 2019 19:57:22 -0500 Subject: fix typo in picosoc/Makefile for hx8k board --- picosoc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'picosoc') 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 -- cgit