aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/rfnoc_blocktool/templates/Makefile.srcs
blob: 67fcb1cccb7171e477f6f4d0b7491e1cb6be69b1 (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/rfnoc/blocks/${destination}/, ${"\\"}
rfnoc_block_${config['module_name']}.v ${"\\"}
noc_shell_${config['module_name']}.v ${"\\"}
))