How to force re-run sdbuild make file

Hello,
I have run the Makefile in sdbuild for the Pynq-Z1 successfully and have a set of output files. I would like to run it over again. When I execute this command:
rob@rob-VirtualBox:~/PYNQ/sdbuild$ make BOARDDIR=/home/rob/PYNQ/boards/Pynq-Z1

it instantly runs and doesn’t see to re-generate any files. is there a way to force (like in Vivado ‘-f’) the tool to recreate the files from the sources? Screenshot attached.

You should be able to use make -B to force a complete rebuild but I’ve not tested that. Otherwise you can run make clean to clean out all of the temporary files and then run make as before.

Peter

1 Like