Skip to content

Commit 476a9c4

Browse files
authored
Merge pull request #2 from altera-fpga/ayerramr/rtile_makefile_fix
make file fix
2 parents 07d15ab + 16f90cc commit 476a9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hw/ag7m039_devkit/syn/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ clean:
481481

482482
################################################
483483
# Checking for the existence of intel custom ip
484-
INTEL_CUSTOM_IP_DIR = ../../src/rtile_4x4/intel_custom_ip
484+
INTEL_CUSTOM_IP_DIR = ../src/intel_custom_ip
485485
INTEL_CUSTOM_IP_DIR_TARGET = $(INTEL_CUSTOM_IP_DIR)-$(wildcard $(INTEL_CUSTOM_IP_DIR))
486486
INTEL_CUSTOM_IP_DIR_PRESENT = $(INTEL_CUSTOM_IP_DIR)-$(INTEL_CUSTOM_IP_DIR)
487487
INTEL_CUSTOM_IP_DIR_ABSENT = $(INTEL_CUSTOM_IP_DIR)-

0 commit comments

Comments
 (0)