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

Update Makefile

parent ef9ea3e7
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ bins:
$(MAKE) -C src/virt_quad
$(MAKE) -C src/gen_diagram
# Currently does not work
zybo:
bash scripts/build_zybo.sh
......@@ -29,11 +30,9 @@ zybo:
diagram:
$(MAKE) -C src/gen_diagram diagram
# Currently does not work
boot: $(BOOT)
run-virt-quad:
$(MAKE) -C src/virt_quad run
test: all
$(MAKE) -C src/queue test
$(MAKE) -C src/computation_graph test
......@@ -54,5 +53,6 @@ clean:
$(OUTDIR):
mkdir $(OUTDIR)
# Currently does not work
$(BOOT): zybo | $(OUTDIR)
bash scripts/xsdk/create_zybo_boot.sh
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