aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-09-22 22:40:08 -0400
committerRob Austein <sra@hactrn.net>2015-09-22 22:40:08 -0400
commit9da77fca6cc08e56f5c2330b15653a427e4978f9 (patch)
treed927b5ba0de21792ad08ff0ac49951250f876a87 /Makefile
parentd62c2ed47d64332b025c79f6d15129eb1f2fc865 (diff)
Tweak XiLinx build to work on both 32-bit and 64-bit VMs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 142e45c..962b209 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,9 @@ clean:
git clean -dfx
git submodule foreach --recursive 'git clean -dfx'
+sandblast: clean
+ git submodule deinit -f .
+
sw:
cd sw; $(call DCH, -sw, software tools)
cd sw; debuild -S -uc -us
@@ -132,4 +135,4 @@ upload:
${RSYNC} --ignore-existing ${REPOSITORY}/ ${UPLOAD_URI}
${RSYNC} --delete --delete-delay ${REPOSITORY}/ ${UPLOAD_URI}
-.PHONY: all init clean sw rtl meta reprepro upload enchilada
+.PHONY: all init clean sw rtl meta reprepro upload enchilada sandblast