Skip to content
Snippets Groups Projects
Commit 480a8f62 authored by bbartels's avatar bbartels
Browse files

quad: move xsdk scripts into a common folder

parent df659ea7
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,10 @@ deep-clean:
$(MAKE) -C src/graph_blocks clean
$(MAKE) -C src/commands clean
$(MAKE) -C src/quad_app clean
bash scripts/clean_xsdk_workspace.sh
bash scripts/xsdk/clean_xsdk_workspace.sh
$(OUTDIR):
mkdir $(OUTDIR)
$(BOOT): zybo | $(OUTDIR)
bash scripts/create_zybo_boot.sh
bash scripts/xsdk/create_zybo_boot.sh
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment