Skip to content

Commit bf6885a

Browse files
committed
make: BLOCKS should not propagate MACRO_PLACEMENT
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 3799da2 commit bf6885a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ $(1) $(2) &: $(3)
303303
unset ADDITIONAL_LIBS && \
304304
unset DONT_USE_SC_LIB && \
305305
unset LIB_FILES && \
306+
unset MACRO_PLACEMENT && \
306307
$(MAKE) \"DESIGN_CONFIG=$(3)\" generate_abstract"
307308
endef
308309

0 commit comments

Comments
 (0)