1#
2# Copyright 2019 Ettus Research, A National Instruments Brand
3#
4# SPDX-License-Identifier: LGPL-3.0-or-later
5#
6
7##################################################
8# RFNoC Block Sources
9##################################################
10# Here, list all the files that are necessary to synthesize this block. Don't
11# include testbenches!
12# Make sure that the source files are nicely detectable by a regex. Best to put
13# one on each line.
14# The first argument to addprefix is the current path to this Makefile, so the
15# path list is always absolute, regardless of from where we're including or
16# calling this file. RFNOC_OOT_SRCS needs to be a simply expanded variable
17# (not a recursively expanded variable), and we take care of that in the build
18# infrastructure.
19RFNOC_OOT_SRCS += $(addprefix $(dir $(abspath $(lastword $(MAKEFILE_LIST)))), \
20rfnoc_block_gain.v \
21noc_shell_gain.v \
22)
23