Skip to content

Commit

Permalink
Small tarballs please
Browse files Browse the repository at this point in the history
  • Loading branch information
cramsay committed Feb 9, 2021
1 parent 099b8ca commit 712b970
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ TARBALL = pynq_agc.tar.gz
all : $(TARBALL)

$(TARBALL): $(Z2_LOOPBACK) $(ZCU111_LOOPBACK) $(2x2_LOOPBACK)
tar -czf $(TARBALL) *
tar -czf $(TARBALL) \
--exclude="boards/Pynq-Z2/prj_loopback" \
--exclude="boards/ZCU111/prj_loopback" \
--exclude="boards/RFSoC2x2/prj_loopback" \
*

$(IP_AAGC):
make -C ip/agc_analogue
Expand Down

0 comments on commit 712b970

Please # to comment.