summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-10-16 18:20:45 -0600
committerAlejandro Soto <alejandro@34project.org>2022-10-16 18:20:45 -0600
commit87c73314d7ce0062b13ae14f376ec50a4653fb18 (patch)
treed420e07e20066154442f3edde6c57606760ba81a /Makefile
parenta5468f968b46707e08eacf79847f1e12a4213ff7 (diff)
Implement register dumps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abdd99e..841af53 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ $(VCD_DIR)/%:
sim: $(patsubst $(SIM_DIR)/%.py,sim/%,$(filter-out $(SIM_DIR)/sim.py,$(wildcard $(SIM_DIR)/*.py)))
sim/%: $(SIM_DIR)/sim.py $(SIM_DIR)/%.py exe/$(TOP) $(SIM_OBJ_DIR)/%.bin
- $< $(SIM_DIR)/$*.py $(OBJ_DIR)/$(TOP)/V$(TOP) $(SIM_OBJ_DIR)/$*.bin
+ @$< $(SIM_DIR)/$*.py $(OBJ_DIR)/$(TOP)/V$(TOP) $(SIM_OBJ_DIR)/$*.bin
$(SIM_OBJ_DIR)/%.bin: $(SIM_OBJ_DIR)/%
$(CROSS_OBJCOPY) -O binary --only-section=._img $< $@