diff options
author | Matt Ettus <matt@ettus.com> | 2010-07-01 00:44:46 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-07-15 16:46:41 -0700 |
commit | cc1a35023361784adb05f1159c3ba8f5ececc6a5 (patch) | |
tree | 499ff410ef9f2b8f7a1c227e9d1ca1eb8cdafa8b | |
parent | a932ce2dabb58917783cbd97f0502c3ce3b684c8 (diff) | |
download | uhd-cc1a35023361784adb05f1159c3ba8f5ececc6a5.tar.gz uhd-cc1a35023361784adb05f1159c3ba8f5ececc6a5.tar.bz2 uhd-cc1a35023361784adb05f1159c3ba8f5ececc6a5.zip |
add mux and demux to build
-rw-r--r-- | usrp2/fifo/Makefile.srcs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp2/fifo/Makefile.srcs b/usrp2/fifo/Makefile.srcs index 22867da7e..c66979132 100644 --- a/usrp2/fifo/Makefile.srcs +++ b/usrp2/fifo/Makefile.srcs @@ -20,4 +20,6 @@ fifo19_to_ll8.v \ ll8_to_fifo19.v \ fifo36_to_fifo19.v \ fifo19_to_fifo36.v \ +fifo36_mux.v \ +fifo36_demux.v \ )) |