summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames <james.mckenzie@citrix.com>2013-10-14 19:06:11 +0100
committerJames <james.mckenzie@citrix.com>2013-10-14 19:06:11 +0100
commit16af4b953306063c2aed52ab2ecde07e0bc6b5e4 (patch)
tree83839ec3e3308396a22576ffeac5a4b7cce6bf26 /Makefile
parent3b79402993f7857243ab033644d7ca6b757be76d (diff)
downloadsdram-16af4b953306063c2aed52ab2ecde07e0bc6b5e4.tar.gz
sdram-16af4b953306063c2aed52ab2ecde07e0bc6b5e4.tar.bz2
sdram-16af4b953306063c2aed52ab2ecde07e0bc6b5e4.zip
works!
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}