aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-07-01 14:03:04 -0700
committerJosh Blum <josh@joshknows.com>2011-07-01 14:03:04 -0700
commit38eefb2eeaa9c5d83da8abcf5b7efa8eba5fe413 (patch)
treef8e282851a2e8cca568771601d3a6edacffd2784 /host/lib/usrp/CMakeLists.txt
parent16afe14e35ee7c79d24cbd933060af1c7cbafb13 (diff)
downloaduhd-38eefb2eeaa9c5d83da8abcf5b7efa8eba5fe413.tar.gz
uhd-38eefb2eeaa9c5d83da8abcf5b7efa8eba5fe413.tar.bz2
uhd-38eefb2eeaa9c5d83da8abcf5b7efa8eba5fe413.zip
usrp: moved fx2 stuff into common folder
Diffstat (limited to 'host/lib/usrp/CMakeLists.txt')
-rw-r--r--host/lib/usrp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/CMakeLists.txt b/host/lib/usrp/CMakeLists.txt
index 77b13cb15..8ae379f73 100644
--- a/host/lib/usrp/CMakeLists.txt
+++ b/host/lib/usrp/CMakeLists.txt
@@ -32,7 +32,7 @@ LIBUHD_APPEND_SOURCES(
INCLUDE_SUBDIRECTORY(cores)
INCLUDE_SUBDIRECTORY(dboard)
-INCLUDE_SUBDIRECTORY(fx2)
+INCLUDE_SUBDIRECTORY(common)
INCLUDE_SUBDIRECTORY(usrp1)
INCLUDE_SUBDIRECTORY(usrp2)
INCLUDE_SUBDIRECTORY(b100)