Skip to content

Commit 1922ece

Browse files
committed
makefile: MACROS variable no longer used
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent c895a2d commit 1922ece

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

flow/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,6 @@ export OBJECTS_DIR = $(WORK_HOME)/objects/$(PLATFORM)/$(DESIGN_NICKNAME)/$(FLOW_
218218
export REPORTS_DIR = $(WORK_HOME)/reports/$(PLATFORM)/$(DESIGN_NICKNAME)/$(FLOW_VARIANT)
219219
export RESULTS_DIR = $(WORK_HOME)/results/$(PLATFORM)/$(DESIGN_NICKNAME)/$(FLOW_VARIANT)
220220

221-
# BLOCKS is ORFS specific and is used to trigger hierarchical flow,
222-
# MACROS is a space separated list of macros used in the design,
223-
# but not necessarily built by ORFS using the BLOCKS mechanism.
224-
export MACROS ?= $(BLOCKS)
225-
226221
ifneq ($(BLOCKS),)
227222
$(foreach block,$(BLOCKS),$(eval BLOCK_LEFS += ./results/$(PLATFORM)/$(DESIGN_NICKNAME)_$(block)/$(FLOW_VARIANT)/${block}.lef))
228223
$(foreach block,$(BLOCKS),$(eval BLOCK_LIBS += ./results/$(PLATFORM)/$(DESIGN_NICKNAME)_$(block)/$(FLOW_VARIANT)/${block}.lib))

0 commit comments

Comments
 (0)