Skip to content

Commit 97560c3

Browse files
committed
Fix swapped logic in SKIP_TDMS with RTLMP_FLOW
Signed-off-by: Matt Liberty <[email protected]>
1 parent cde2e43 commit 97560c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ endif
660660
ifneq ($(MACRO_PLACEMENT)$(MACRO_PLACEMENT_TCL),)
661661
SKIP_TDMS:=1
662662
endif
663-
ifneq ($(RTLMP_FLOW), 1)
663+
ifeq ($(RTLMP_FLOW), 1)
664664
SKIP_TDMS:=1
665665
endif
666666
ifneq ($(SKIP_TDMS), 1)

0 commit comments

Comments
 (0)