summaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/udp/Makefile.srcs
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-06-18 12:33:40 -0700
committerJosh Blum <josh@joshknows.com>2010-06-18 12:33:40 -0700
commitefbeb60d1dd7e870a48cf42df9a3650aefbf26cd (patch)
tree12131942ff9f85f7776a864cb79120bab778d8f9 /fpga/usrp2/udp/Makefile.srcs
parentdf80be9c61d95402976d3349acf62630044c1939 (diff)
parentedcc2df10ba59ed91ac9513c2dc1d36e155caaec (diff)
downloaduhd-efbeb60d1dd7e870a48cf42df9a3650aefbf26cd.tar.gz
uhd-efbeb60d1dd7e870a48cf42df9a3650aefbf26cd.tar.bz2
uhd-efbeb60d1dd7e870a48cf42df9a3650aefbf26cd.zip
Merge branch 'uhd_fpga_merge' into pre_merge
Diffstat (limited to 'fpga/usrp2/udp/Makefile.srcs')
-rw-r--r--fpga/usrp2/udp/Makefile.srcs13
1 files changed, 13 insertions, 0 deletions
diff --git a/fpga/usrp2/udp/Makefile.srcs b/fpga/usrp2/udp/Makefile.srcs
new file mode 100644
index 000000000..293094abe
--- /dev/null
+++ b/fpga/usrp2/udp/Makefile.srcs
@@ -0,0 +1,13 @@
+#
+# Copyright 2010 Ettus Research LLC
+#
+
+##################################################
+# UDP Sources
+##################################################
+UDP_SRCS = $(abspath $(addprefix $(BASE_DIR)/../udp/, \
+udp_wrapper.v \
+fifo19_rxrealign.v \
+prot_eng_tx.v \
+add_onescomp.v \
+))