diff options
Diffstat (limited to 'host/utils/rfnoc_blocktool/templates/Makefile.srcs')
-rw-r--r-- | host/utils/rfnoc_blocktool/templates/Makefile.srcs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/host/utils/rfnoc_blocktool/templates/Makefile.srcs b/host/utils/rfnoc_blocktool/templates/Makefile.srcs new file mode 100644 index 000000000..f346007af --- /dev/null +++ b/host/utils/rfnoc_blocktool/templates/Makefile.srcs @@ -0,0 +1,13 @@ +# +# Copyright 2018 Ettus Research, A National Instruments Company +# +# SPDX-License-Identifier: LGPL-3.0-or-later +# + +${'##################################################'} +# RFNoC Utility Sources +${'##################################################'} +RFNOC_BLOCK_${config.module_name.upper()}_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/erfnoc/blocks/${destination}/, ${"\\"} +rfnoc_block_${config.module_name}.v ${"\\"} +noc_shell_${config.module_name}.v ${"\\"} +)) |