diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-01-22 20:22:23 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-01-22 20:22:23 +0100 |
commit | e97c4c72d88d3b5b0744c1f76813c9950fe6f820 (patch) | |
tree | 13a3524ed51886ba572c4bc8798d3af9066401e5 /host/lib/ic_reg_maps/CMakeLists.txt | |
parent | 33a560a00241294ffd55fb050a0db42327ef1d4e (diff) | |
parent | 9c3cdb6ee831f164e5a8734a71ad3cd5543719ac (diff) | |
download | uhd-e97c4c72d88d3b5b0744c1f76813c9950fe6f820.tar.gz uhd-e97c4c72d88d3b5b0744c1f76813c9950fe6f820.tar.bz2 uhd-e97c4c72d88d3b5b0744c1f76813c9950fe6f820.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/ic_reg_maps/CMakeLists.txt')
-rw-r--r-- | host/lib/ic_reg_maps/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host/lib/ic_reg_maps/CMakeLists.txt b/host/lib/ic_reg_maps/CMakeLists.txt index c810c04ad..1de50579f 100644 --- a/host/lib/ic_reg_maps/CMakeLists.txt +++ b/host/lib/ic_reg_maps/CMakeLists.txt @@ -38,6 +38,11 @@ LIBUHD_PYTHON_GEN_SOURCE( ) LIBUHD_PYTHON_GEN_SOURCE( + ${CMAKE_CURRENT_SOURCE_DIR}/gen_max2871_regs.py + ${CMAKE_CURRENT_BINARY_DIR}/max2871_regs.hpp +) + +LIBUHD_PYTHON_GEN_SOURCE( ${CMAKE_CURRENT_SOURCE_DIR}/gen_adf4360_regs.py ${CMAKE_CURRENT_BINARY_DIR}/adf4360_regs.hpp ) |