Skip to content

Commit

Permalink
axi_dmac_ip.tcl: Add include files to file list
Browse files Browse the repository at this point in the history
The include files are currently only implicitly added to the component file
list. Do it explicitly as this will make sure that they show up in the
generated Makefile dependency list.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
  • Loading branch information
larsclausen authored and Csomi committed Apr 11, 2018
1 parent dd69836 commit 3dac544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/axi_dmac/axi_dmac_ip.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ source $ad_hdl_dir/library/scripts/adi_ip.tcl
adi_ip_create axi_dmac
adi_ip_files axi_dmac [list \
"$ad_hdl_dir/library/common/up_axi.v" \
"inc_id.h" \
"resp.h" \
"address_generator.v" \
"data_mover.v" \
"request_arb.v" \
Expand Down

0 comments on commit 3dac544

Please sign in to comment.