Skip to content

Commit 316f2ad

Browse files
authored
Merge pull request #272 from jrperilla/fix-makefile-endif
Fix spurious 'endif' in hw/syn/xilinx/xrt/Makefile
2 parents e2306de + 7a63d37 commit 316f2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/syn/xilinx/xrt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ifneq (,$(findstring -DEXT_TCU_ENABLE, $(CONFIGS)))
100100
RTL_INCLUDE += -J$(THIRD_PARTY_DIR)/hardfloat/source/RISCV
101101
RTL_INCLUDE += -I$(THIRD_PARTY_DIR)/hardfloat/source
102102
endif
103-
endif
103+
104104

105105
# Kernel compiler global settings
106106
VPP_FLAGS += --link --target $(TARGET) --platform $(PLATFORM) --save-temps --no_ip_cache

0 commit comments

Comments
 (0)