aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-30 11:11:09 -0700
committerJosh Blum <josh@joshknows.com>2010-04-30 11:11:09 -0700
commit29ea5f89b6f52dd5ad7fb0173ef5699f9c5f4ebf (patch)
tree557ea5a852716707ecfae03d2083dd7de3f954ce /host/lib/CMakeLists.txt
parente837c65eb2b49f8fc2516f4eba45eafaa9b7b76b (diff)
parent333937760305f9c7c8dfb1db95f4821a800ce043 (diff)
downloaduhd-29ea5f89b6f52dd5ad7fb0173ef5699f9c5f4ebf.tar.gz
uhd-29ea5f89b6f52dd5ad7fb0173ef5699f9c5f4ebf.tar.bz2
uhd-29ea5f89b6f52dd5ad7fb0173ef5699f9c5f4ebf.zip
Merge branch 'reg_maps'
Diffstat (limited to 'host/lib/CMakeLists.txt')
-rw-r--r--host/lib/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt
index 5252eda8f..d11ecf13b 100644
--- a/host/lib/CMakeLists.txt
+++ b/host/lib/CMakeLists.txt
@@ -118,6 +118,16 @@ UHD_PYTHON_GEN_SOURCE_FILE(
${CMAKE_CURRENT_BINARY_DIR}/ic_reg_maps/max2829_regs.hpp
)
+UHD_PYTHON_GEN_SOURCE_FILE(
+ ${CMAKE_CURRENT_SOURCE_DIR}/ic_reg_maps/gen_ad9862_regs.py
+ ${CMAKE_CURRENT_BINARY_DIR}/ic_reg_maps/ad9862_regs.hpp
+)
+
+UHD_PYTHON_GEN_SOURCE_FILE(
+ ${CMAKE_CURRENT_SOURCE_DIR}/ic_reg_maps/gen_ad9522_regs.py
+ ${CMAKE_CURRENT_BINARY_DIR}/ic_reg_maps/ad9522_regs.hpp
+)
+
########################################################################
# Add dboard sources
########################################################################