Skip to content

Commit 17392c1

Browse files
committed
flow: Makefile: Don't export GDS_FILES
Do not export GDS_FILES with GDS files for macro blocks. This variable should be set in the platform specific config.mk file via ADDITIONAL_GDS_FILES, which has the additional macro GDS files included. Signed-off-by: Daniel Schultz <[email protected]>
1 parent d5f6f3a commit 17392c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flow/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ ifneq ($(BLOCKS),)
105105
export ADDITIONAL_LEFS += $(BLOCK_LEFS)
106106
export ADDITIONAL_LIBS += $(BLOCK_LIBS)
107107
export ADDITIONAL_GDS += $(BLOCK_GDS)
108-
export GDS_FILES += $(BLOCK_GDS)
109108
ifneq ($(CDL_FILES),)
110109
export CDL_FILES += $(BLOCK_CDL)
111110
endif

0 commit comments

Comments
 (0)