diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-30 14:51:41 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-30 14:51:41 -0700 |
commit | 2e7991fb7955fe94cdca82a094abf063c2466ee5 (patch) | |
tree | 802d9d7cad2877fb29307fc07d07b4c77f4e8c0c /host/lib/ic_reg_maps/CMakeLists.txt | |
parent | 2c8a7c7debf19d92065661cc1d258f97bd38e224 (diff) | |
parent | 487ef9836a4dc5654654cd7c18686ad8033fff54 (diff) | |
download | uhd-2e7991fb7955fe94cdca82a094abf063c2466ee5.tar.gz uhd-2e7991fb7955fe94cdca82a094abf063c2466ee5.tar.bz2 uhd-2e7991fb7955fe94cdca82a094abf063c2466ee5.zip |
Merge branch 'tvrx_uhd'
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 f8e15c13d..25f34a280 100644 --- a/host/lib/ic_reg_maps/CMakeLists.txt +++ b/host/lib/ic_reg_maps/CMakeLists.txt @@ -68,3 +68,8 @@ LIBUHD_PYTHON_GEN_SOURCE( ${CMAKE_SOURCE_DIR}/lib/ic_reg_maps/gen_ad9522_regs.py ${CMAKE_BINARY_DIR}/lib/ic_reg_maps/ad9522_regs.hpp ) + +LIBUHD_PYTHON_GEN_SOURCE( + ${CMAKE_SOURCE_DIR}/lib/ic_reg_maps/gen_tuner_4937di5_regs.py + ${CMAKE_BINARY_DIR}/lib/ic_reg_maps/tuner_4937di5_regs.hpp +) |