diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-28 23:07:03 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-28 23:07:03 -0400 |
commit | c07e57d9bd3f5fad8eb36dcda5144a0a2b6224e9 (patch) | |
tree | b755b0647d984d5c5f3c120f196de1c15dcda9a3 /Makefile | |
parent | 731c5de44a9c4a87c6922e6152ef4a89f6e62815 (diff) |
Tweak build-shadow-tree.py to adjust an existing tree as well as creating a new one.
Original design intent was that the build tree be created once then
left alone, but this turns out to be short-sighted: we really don't
want to have to re-synthesize all of the Verilog code just because
somebody added a new C file to the firmware.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -58,9 +58,7 @@ sandblast: clean firmware: shadow ${FIRMWARE_TARBALL} -shadow: build - -build: +shadow: ./build-shadow-tree.py ${FIRMWARE_TARBALL}: ${BITSTREAM} $(sort ${ELVES} ${ELVES:.elf=.bin}) |