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