diff options
author | Josh Blum <josh@joshknows.com> | 2012-02-29 16:30:15 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-16 11:29:17 -0700 |
commit | 78b9db5833ddc7bdd2c7a388448d91b1ea463dd8 (patch) | |
tree | ee709bfe6e10b6f3085dba496d274b10b57edbe3 /usrp2/control_lib/Makefile.srcs | |
parent | 7a95ea36f86c512fbbaf34c99e1ba5c3a0237f54 (diff) | |
download | uhd-78b9db5833ddc7bdd2c7a388448d91b1ea463dd8.tar.gz uhd-78b9db5833ddc7bdd2c7a388448d91b1ea463dd8.tar.bz2 uhd-78b9db5833ddc7bdd2c7a388448d91b1ea463dd8.zip |
usrp2: first pass implementation of fifo control
Diffstat (limited to 'usrp2/control_lib/Makefile.srcs')
-rw-r--r-- | usrp2/control_lib/Makefile.srcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/control_lib/Makefile.srcs b/usrp2/control_lib/Makefile.srcs index 6ee7ea262..2afefdd45 100644 --- a/usrp2/control_lib/Makefile.srcs +++ b/usrp2/control_lib/Makefile.srcs @@ -55,4 +55,5 @@ atr_controller16.v \ fifo_to_wb.v \ gpio_atr.v \ user_settings.v \ +settings_readback_bus_fifo_ctrl.v \ )) |