diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-14 16:55:56 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-14 16:55:56 -0700 |
commit | 26b7de0ac0cd64946582b2d52ab0bb3555156039 (patch) | |
tree | 5dc670eaaab60bf2bda90d905210bc9432cecea3 /fpga/usrp2/extramfifo/Makefile.srcs | |
parent | 71e1763332141603e9edba097fd19b00e9a76ab8 (diff) | |
parent | ee03f1d4acf5c7d3359c86baba5085660d63ebae (diff) | |
download | uhd-26b7de0ac0cd64946582b2d52ab0bb3555156039.tar.gz uhd-26b7de0ac0cd64946582b2d52ab0bb3555156039.tar.bz2 uhd-26b7de0ac0cd64946582b2d52ab0bb3555156039.zip |
Merge branch 'flow_control' into flow_ctrl
Diffstat (limited to 'fpga/usrp2/extramfifo/Makefile.srcs')
-rw-r--r-- | fpga/usrp2/extramfifo/Makefile.srcs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fpga/usrp2/extramfifo/Makefile.srcs b/fpga/usrp2/extramfifo/Makefile.srcs new file mode 100644 index 000000000..7cd49f4f6 --- /dev/null +++ b/fpga/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 \ +)) |