aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/rfnoc/xport/Makefile.srcs
blob: 12582750bbc5ec1e0f64749461bd1277fba81caa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Copyright 2018 Ettus Research, A National Instruments Company
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#

##################################################
# RFNoC Utility Sources
##################################################
RFNOC_XPORT_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/rfnoc/xport/, \
chdr_xport_adapter_generic.v \
eth_ipv4_chdr64_adapter.v \
eth_ipv4_chdr64_dispatch.v \
eth_interface.v \
eth_internal.v \
liberio_chdr64_adapter.v \
))