diff options
author | Marcus Müller <marcus.mueller@ettus.com> | 2018-09-24 22:49:08 +0200 |
---|---|---|
committer | Brent Stapleton <bstapleton@g.hmc.edu> | 2018-09-26 17:22:16 -0700 |
commit | 30a6f954e2405b6e580b9beb2ce1761866641ec2 (patch) | |
tree | ea079e77cbadd57b9ea55bbd515888736865cd28 /host/include | |
parent | 167be5318376a4a431f18f9f7779cb9cdab6d8f8 (diff) | |
download | uhd-30a6f954e2405b6e580b9beb2ce1761866641ec2.tar.gz uhd-30a6f954e2405b6e580b9beb2ce1761866641ec2.tar.bz2 uhd-30a6f954e2405b6e580b9beb2ce1761866641ec2.zip |
rfnoc: install the DMA FIFO block header
Reported-by: Brian Padalino <bpadalino@gmail.com>
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/CMakeLists.txt b/host/include/uhd/rfnoc/CMakeLists.txt index 137ec3024..981a32c98 100644 --- a/host/include/uhd/rfnoc/CMakeLists.txt +++ b/host/include/uhd/rfnoc/CMakeLists.txt @@ -27,6 +27,7 @@ IF(ENABLE_RFNOC) tick_node_ctrl.hpp # Block controllers ddc_block_ctrl.hpp + dma_fifo_block_ctrl.hpp duc_block_ctrl.hpp fir_block_ctrl.hpp null_block_ctrl.hpp |