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