summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/fx2
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-20 18:01:00 -0700
committerJosh Blum <josh@joshknows.com>2011-06-26 10:29:31 -0700
commit19b3b8245ba7e805c2328f6597fc24ad998b9b8b (patch)
tree47252d9730b13097fbcf7491f3e494d73ad05227 /host/lib/usrp/fx2
parentc96649d5c0e1b2dc17738b6904238eed66a3b9f0 (diff)
downloaduhd-19b3b8245ba7e805c2328f6597fc24ad998b9b8b.tar.gz
uhd-19b3b8245ba7e805c2328f6597fc24ad998b9b8b.tar.bz2
uhd-19b3b8245ba7e805c2328f6597fc24ad998b9b8b.zip
usrp: created core controllers for i2c and spi on 100 series
Diffstat (limited to 'host/lib/usrp/fx2')
-rw-r--r--host/lib/usrp/fx2/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/fx2/CMakeLists.txt b/host/lib/usrp/fx2/CMakeLists.txt
index 9d1e15e16..1bb5ad683 100644
--- a/host/lib/usrp/fx2/CMakeLists.txt
+++ b/host/lib/usrp/fx2/CMakeLists.txt
@@ -16,6 +16,8 @@
#
########################################################################
+# This file included, use CMake directory variables
+########################################################################
IF(ENABLE_USB)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/../firmware/fx2/common)