diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-29 14:00:22 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-29 14:00:22 -0700 |
commit | 11539ef6f690b4ebd69485be9a61f5422d8cdc99 (patch) | |
tree | 529cf29a314ac5b8b3dfaab94f98caca972cc462 /host/lib/usrp/CMakeLists.txt | |
parent | bc8aaf3952f1c192030d1c9a0b6ddcbe14d9c062 (diff) | |
download | uhd-11539ef6f690b4ebd69485be9a61f5422d8cdc99.tar.gz uhd-11539ef6f690b4ebd69485be9a61f5422d8cdc99.tar.bz2 uhd-11539ef6f690b4ebd69485be9a61f5422d8cdc99.zip |
usrp2: moved impl back into usrp subdir
Diffstat (limited to 'host/lib/usrp/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/CMakeLists.txt b/host/lib/usrp/CMakeLists.txt index 21e44509c..2a9939d0b 100644 --- a/host/lib/usrp/CMakeLists.txt +++ b/host/lib/usrp/CMakeLists.txt @@ -34,6 +34,6 @@ INCLUDE_SUBDIRECTORY(cores) INCLUDE_SUBDIRECTORY(dboard) INCLUDE_SUBDIRECTORY(fx2) #INCLUDE_SUBDIRECTORY(usrp1) -#INCLUDE_SUBDIRECTORY(usrp2) +INCLUDE_SUBDIRECTORY(usrp2) #INCLUDE_SUBDIRECTORY(b100) #INCLUDE_SUBDIRECTORY(e100) |