summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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}