From 16af4b953306063c2aed52ab2ecde07e0bc6b5e4 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 14 Oct 2013 19:06:11 +0100 Subject: works! --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index adbb849..1dcda7a 100644 --- a/Makefile +++ b/Makefile @@ -37,12 +37,12 @@ fit.stamp: ans.stamp tools/wrap quartus_fit --read_settings_files=off --write_settings_files=off ${PROJ} -c ${PROJ} touch $@ -ans.stamp: source.stamp #ans.stamp: source.stamp ${SOPC_FILE} +ans.stamp: source.stamp tools/wrap quartus_map --read_settings_files=on --write_settings_files=off ${PROJ} -c ${PROJ} touch $@ -${SOPC_FILE}:ans.stamp +${SOPC_FILE}:asm.stamp #${SOPC_FILE}:${QSYS}.qsys # rm -rf ${QSYS} @@ -52,7 +52,7 @@ ${SOPC_FILE}:ans.stamp source.stamp:${SRCS} touch source.stamp -${ELF}: src/Makefile +${ELF}: src/Makefile $(wildcard src/*.c) tools/wrap make -C src elf.stamp:${ELF} -- cgit v1.2.3