summaryrefslogtreecommitdiffstats
path: root/usrp2/extramfifo/Makefile.srcs
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2/extramfifo/Makefile.srcs')
-rw-r--r--usrp2/extramfifo/Makefile.srcs16
1 files changed, 16 insertions, 0 deletions
diff --git a/usrp2/extramfifo/Makefile.srcs b/usrp2/extramfifo/Makefile.srcs
new file mode 100644
index 000000000..7cd49f4f6
--- /dev/null
+++ b/usrp2/extramfifo/Makefile.srcs
@@ -0,0 +1,16 @@
+#
+# Copyright 2010 Ettus Research LLC
+#
+
+##################################################
+# Extram Sources
+##################################################
+EXTRAM_SRCS = $(abspath $(addprefix $(BASE_DIR)/../extramfifo/, \
+ext_fifo.v \
+nobl_if.v \
+nobl_fifo.v \
+icon.v \
+icon.xco \
+ila.v \
+ila.xco \
+))