Skip to content

Commit

Permalink
pesky srcdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber committed Oct 29, 2024
1 parent eb1cc40 commit 463ef8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programming_examples/basic/vector_scalar_mul/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ build/aie_${data_size}.mlir: ${srcdir}/aie2.py
mkdir -p ${@D}
python3 $< ${data_size} 0 > $@

build/aie_trace_${data_size}.mlir: aie2.py
build/aie_trace_${data_size}.mlir: ${srcdir}/aie2.py
mkdir -p ${@D}
python3 $< ${data_size} ${trace_size} > $@

Expand Down

0 comments on commit 463ef8c

Please sign in to comment.