aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/axi4_sv/Makefile.srcs
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/lib/axi4_sv/Makefile.srcs')
-rw-r--r--fpga/usrp3/lib/axi4_sv/Makefile.srcs13
1 files changed, 13 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/axi4_sv/Makefile.srcs b/fpga/usrp3/lib/axi4_sv/Makefile.srcs
new file mode 100644
index 000000000..5f4f05d08
--- /dev/null
+++ b/fpga/usrp3/lib/axi4_sv/Makefile.srcs
@@ -0,0 +1,13 @@
+#
+# Copyright 2021 Ettus Research, A National Instruments Brand
+#
+# SPDX-License-Identifier: LGPL-3.0-or-later
+#
+
+##################################################
+# RFNoC Utility Sources
+##################################################
+AXI4_SV_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/axi4_sv/, \
+PkgAxi.sv \
+AxiIf.sv \
+))