aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/gpif/Makefile.srcs
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp2/gpif/Makefile.srcs')
-rw-r--r--fpga/usrp2/gpif/Makefile.srcs14
1 files changed, 14 insertions, 0 deletions
diff --git a/fpga/usrp2/gpif/Makefile.srcs b/fpga/usrp2/gpif/Makefile.srcs
new file mode 100644
index 000000000..bf2b7f74d
--- /dev/null
+++ b/fpga/usrp2/gpif/Makefile.srcs
@@ -0,0 +1,14 @@
+#
+# Copyright 2010 Ettus Research LLC
+#
+
+##################################################
+# SERDES Sources
+##################################################
+GPIF_SRCS = $(abspath $(addprefix $(BASE_DIR)/../gpif/, \
+gpif.v \
+gpif_wr.v \
+gpif_rd.v \
+packet_reframer.v \
+packet_splitter.v \
+))