diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-29 11:50:56 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-29 11:50:56 +0000 |
commit | 3a8577aeb3c76dce0d0dcf0c9c7ce8d9aaf0a1d8 (patch) | |
tree | 9f98763af385dfc572a9e65a6cd8aef3df58a6ec /host/lib/CMakeLists.txt | |
parent | 631e8debf98c0d0e56cdd31e27908f4750e7b6e6 (diff) | |
download | uhd-3a8577aeb3c76dce0d0dcf0c9c7ce8d9aaf0a1d8.tar.gz uhd-3a8577aeb3c76dce0d0dcf0c9c7ce8d9aaf0a1d8.tar.bz2 uhd-3a8577aeb3c76dce0d0dcf0c9c7ce8d9aaf0a1d8.zip |
work on clock control init, added dummy spi slaves: must fix
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 310c81bfb..75d4ac2c4 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -177,6 +177,7 @@ CHECK_INCLUDE_FILES( 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/dboard_impl.cpp usrp/usrp_e/dboard_iface.cpp usrp/usrp_e/dsp_impl.cpp |