diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-10 10:49:36 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-12 18:24:03 -0800 |
commit | 3926ee4fb5adfec9a4ae954985cbd113965e6092 (patch) | |
tree | 45137c99476ec504d0c0732a4fd35913e32cc196 | |
parent | 4ead29c688c43930d186c8274a9a2e0da32fbb2d (diff) | |
download | uhd-3926ee4fb5adfec9a4ae954985cbd113965e6092.tar.gz uhd-3926ee4fb5adfec9a4ae954985cbd113965e6092.tar.bz2 uhd-3926ee4fb5adfec9a4ae954985cbd113965e6092.zip |
zpu: added blink lights to usrp2
-rw-r--r-- | firmware/microblaze/usrp2/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/microblaze/usrp2/CMakeLists.txt b/firmware/microblaze/usrp2/CMakeLists.txt index cdd09e02a..6f43bb702 100644 --- a/firmware/microblaze/usrp2/CMakeLists.txt +++ b/firmware/microblaze/usrp2/CMakeLists.txt @@ -33,3 +33,6 @@ ADD_EXECUTABLE(usrp2_txrx_uhd.elf ${CMAKE_SOURCE_DIR}/apps/txrx_uhd.c) TARGET_LINK_LIBRARIES(usrp2_txrx_uhd.elf libusrp2fw) GEN_OUTPUTS(usrp2_txrx_uhd.elf) +ADD_EXECUTABLE(usrp2_blinkenlights.elf ${CMAKE_SOURCE_DIR}/apps/blinkenlights.c) +TARGET_LINK_LIBRARIES(usrp2_blinkenlights.elf libusrp2fw) +GEN_OUTPUTS(usrp2_blinkenlights.elf) |