diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-28 01:55:26 +0100 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-28 01:55:26 +0100 |
commit | 5b6cce869744d3b643a63f41d13a028b2f85bdcc (patch) | |
tree | 9a1368a77152566a768f5268042d9c0f925a0bff /host/lib/usrp/CMakeLists.txt | |
parent | 208c1aa1a370550ca26cf9a2dc52dcc5fe9693e2 (diff) | |
download | uhd-5b6cce869744d3b643a63f41d13a028b2f85bdcc.tar.gz uhd-5b6cce869744d3b643a63f41d13a028b2f85bdcc.tar.bz2 uhd-5b6cce869744d3b643a63f41d13a028b2f85bdcc.zip |
e100: moved e100 into property tree, probes ok...
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 8ea7c2fe0..e29367e67 100644 --- a/host/lib/usrp/CMakeLists.txt +++ b/host/lib/usrp/CMakeLists.txt @@ -36,4 +36,4 @@ INCLUDE_SUBDIRECTORY(fx2) #INCLUDE_SUBDIRECTORY(usrp1) INCLUDE_SUBDIRECTORY(usrp2) INCLUDE_SUBDIRECTORY(b100) -#INCLUDE_SUBDIRECTORY(e100) +INCLUDE_SUBDIRECTORY(e100) |