aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/rfnoc_blocktool/templates/Makefile.srcs
blob: f346007af29a713e2ce2d2ae60c89ee9d40a9bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 ${"\\"}
))