diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-04 09:32:38 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-04 09:32:38 +0000 |
commit | 8f21adbed40db490bec8ead6b8d50d2b3d1a4136 (patch) | |
tree | e664c69ee78a6409b20d5123bb535c52a24243bc /host/lib/CMakeLists.txt | |
parent | d8c04c4b70f41b27acb33cd69ed88469d7c94482 (diff) | |
download | uhd-8f21adbed40db490bec8ead6b8d50d2b3d1a4136.tar.gz uhd-8f21adbed40db490bec8ead6b8d50d2b3d1a4136.tar.bz2 uhd-8f21adbed40db490bec8ead6b8d50d2b3d1a4136.zip |
created codec control for ad9862, wip
Diffstat (limited to 'host/lib/CMakeLists.txt')
-rw-r--r-- | host/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index 20373cd59..be57699fc 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -185,6 +185,7 @@ IF(HAVE_USRP_E_REQUIRED_HEADERS) MESSAGE(STATUS " Building usrp-e support.") LIST(APPEND libuhd_sources usrp/usrp_e/clock_ctrl.cpp + usrp/usrp_e/codec_ctrl.cpp usrp/usrp_e/dboard_impl.cpp usrp/usrp_e/dboard_iface.cpp usrp/usrp_e/dsp_impl.cpp |