Skip to content

Commit b44d13a

Browse files
committed
makefile: cleanup, make has lazy evaluation
no need to duplicate things, make has lazy evaluation which we rely on for many things, such as LIB_FILES Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 0eff7f1 commit b44d13a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

flow/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@
8585
# Default design
8686
DESIGN_CONFIG ?= ./designs/nangate45/gcd/config.mk
8787

88-
# default value "base" is duplicated from variables.yaml because we need it
89-
# earlier in the flow for BLOCKS. BLOCKS is a feature specific to Makefile
90-
# that will not be ported to bazel-orfs.
91-
export FLOW_VARIANT?=base
88+
# BLOCKS is a ORFS make flow specific feature.
9289
ifneq ($(BLOCKS),)
9390
# Normally this comes from variables.yaml, but we need it here to set up these variables
9491
# which are part of the DESIGN_CONFIG. BLOCKS is a Makefile specific concept.

0 commit comments

Comments
 (0)