aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-06-28 23:07:03 -0400
committerRob Austein <sra@hactrn.net>2016-06-28 23:07:03 -0400
commitc07e57d9bd3f5fad8eb36dcda5144a0a2b6224e9 (patch)
treeb755b0647d984d5c5f3c120f196de1c15dcda9a3 /Makefile
parent731c5de44a9c4a87c6922e6152ef4a89f6e62815 (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--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5d62630..0ff5e25 100644
--- a/Makefile
+++ b/Makefile
@@ -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})