summaryrefslogtreecommitdiffstats
path: root/host/utils
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-03-24 18:30:49 -0700
committerJosh Blum <josh@joshknows.com>2010-03-24 18:30:49 -0700
commit71d4a26ea047c38c2aecfa982882dd45902b2393 (patch)
tree1b318364d6e13c1087663fceda91efb623351c5e /host/utils
parent24bd27b90d06820d858c008cff915319873321c5 (diff)
downloaduhd-71d4a26ea047c38c2aecfa982882dd45902b2393.tar.gz
uhd-71d4a26ea047c38c2aecfa982882dd45902b2393.tar.bz2
uhd-71d4a26ea047c38c2aecfa982882dd45902b2393.zip
mess with that usrp2 io loop unroll, also py app gets installed executable
Diffstat (limited to 'host/utils')
-rw-r--r--host/utils/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt
index 9ac3f3a52..1fb132937 100644
--- a/host/utils/CMakeLists.txt
+++ b/host/utils/CMakeLists.txt
@@ -23,4 +23,4 @@ ADD_EXECUTABLE(usrp2_burner usrp2_burner.cpp)
TARGET_LINK_LIBRARIES(usrp2_burner uhd)
INSTALL(TARGETS usrp2_burner RUNTIME DESTINATION ${PKG_DATA_DIR}/utils)
-INSTALL(FILES usrp2_recovery.py DESTINATION ${PKG_DATA_DIR}/utils)
+INSTALL(PROGRAMS usrp2_recovery.py DESTINATION ${PKG_DATA_DIR}/utils)