aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/vrt/Makefile.srcs
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp2/vrt/Makefile.srcs')
-rw-r--r--fpga/usrp2/vrt/Makefile.srcs16
1 files changed, 16 insertions, 0 deletions
diff --git a/fpga/usrp2/vrt/Makefile.srcs b/fpga/usrp2/vrt/Makefile.srcs
new file mode 100644
index 000000000..aa1356d82
--- /dev/null
+++ b/fpga/usrp2/vrt/Makefile.srcs
@@ -0,0 +1,16 @@
+#
+# Copyright 2010 Ettus Research LLC
+#
+
+##################################################
+# VRT Sources
+##################################################
+VRT_SRCS = $(abspath $(addprefix $(BASE_DIR)/../vrt/, \
+vita_rx_control.v \
+vita_rx_framer.v \
+vita_tx_control.v \
+vita_tx_deframer.v \
+vita_tx_chain.v \
+gen_context_pkt.v \
+trigger_context_pkt.v \
+))