Skip to content

Commit 7971984

Browse files
committed
makefile: add a few missing .PHONY statements
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent b9310ef commit 7971984

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flow/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ $(WRAPPED_LIBS):
383383
# ___) || | | |\ | | | | _ | |___ ___) | | ___) |
384384
# |____/ |_| |_| \_| |_| |_| |_|_____|____/___|____/
385385
#
386+
.PHONY: synth
386387
synth: versions.txt \
387388
$(RESULTS_DIR)/1_synth.v \
388389
$(RESULTS_DIR)/1_synth.sdc
@@ -416,6 +417,7 @@ $(RESULTS_DIR)/1_synth.v: $(RESULTS_DIR)/1_1_yosys.v
416417
mkdir -p $(RESULTS_DIR) $(LOG_DIR) $(REPORTS_DIR)
417418
cp $< $@
418419

420+
.PHONY: clean_synth
419421
clean_synth:
420422
rm -f $(RESULTS_DIR)/1_*.v $(RESULTS_DIR)/1_synth.sdc
421423
rm -f $(REPORTS_DIR)/synth_*
@@ -679,7 +681,7 @@ finish: $(LOG_DIR)/6_report.log \
679681
$(GDS_FINAL_FILE)
680682
$(UNSET_AND_MAKE) elapsed
681683

682-
.PHONY:
684+
.PHONY: elapsed
683685
elapsed:
684686
-@$(UTILS_DIR)/genElapsedTime.py -d "$(LOG_DIR)"
685687

0 commit comments

Comments
 (0)