aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/rfnoc/xport_sv/Makefile.srcs
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/lib/rfnoc/xport_sv/Makefile.srcs')
-rw-r--r--fpga/usrp3/lib/rfnoc/xport_sv/Makefile.srcs16
1 files changed, 16 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/rfnoc/xport_sv/Makefile.srcs b/fpga/usrp3/lib/rfnoc/xport_sv/Makefile.srcs
new file mode 100644
index 000000000..397a86326
--- /dev/null
+++ b/fpga/usrp3/lib/rfnoc/xport_sv/Makefile.srcs
@@ -0,0 +1,16 @@
+#
+# Copyright 2020 Ettus Research, a National Instruments Brand
+#
+# SPDX-License-Identifier: LGPL-3.0-or-later
+#
+
+##################################################
+# RFNoC Utility Sources
+##################################################
+RFNOC_XPORT_SV_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/rfnoc/xport_sv/, \
+chdr_xport_adapter.sv \
+eth_ipv4_add_udp.sv \
+eth_ipv4_chdr_adapter.sv \
+eth_ipv4_chdr_dispatch.sv \
+eth_ipv4_interface.sv \
+))