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