aboutsummaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug/Makefile
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-04-28 13:07:22 +0000
committerPhilip Balister <philip@opensdr.com>2010-04-28 13:07:22 +0000
commitf2454f90023552c00b5b25aca4e8eaa8d46c0751 (patch)
tree3a24a7ed0721a43bc28607caaef3887a73144f4e /host/apps/omap_debug/Makefile
parent7dba88b257f6a0fd5c35677ed5c7ce577cebbc74 (diff)
downloaduhd-f2454f90023552c00b5b25aca4e8eaa8d46c0751.tar.gz
uhd-f2454f90023552c00b5b25aca4e8eaa8d46c0751.tar.bz2
uhd-f2454f90023552c00b5b25aca4e8eaa8d46c0751.zip
Various updates to test programs.
Diffstat (limited to 'host/apps/omap_debug/Makefile')
-rw-r--r--host/apps/omap_debug/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/host/apps/omap_debug/Makefile b/host/apps/omap_debug/Makefile
index f48eb9539..14be592ff 100644
--- a/host/apps/omap_debug/Makefile
+++ b/host/apps/omap_debug/Makefile
@@ -1,6 +1,6 @@
CFLAGS=-Wall -I../../lib/usrp/usrp_e/
-all : usrp-e-spi usrp-e-i2c usrp-e-rw usrp-e-uart usrp-e-led usrp-e-ctl usrp-e-button usrp-e-uart-rx fpga-downloader usrp-e-gpio usrp-e-debug-pins usrp-e-rw-random usrp-e-fpga-rw
+all : usrp-e-spi usrp-e-i2c usrp-e-rw usrp-e-uart usrp-e-led usrp-e-ctl usrp-e-button usrp-e-uart-rx fpga-downloader usrp-e-gpio usrp-e-debug-pins usrp-e-rw-random usrp-e-fpga-rw usrp-e-lb-test
usrp-e-spi : usrp-e-spi.c
@@ -29,6 +29,8 @@ fpga-downloader : fpga-downloader.cc
usrp-e-gpio : usrp-e-gpio.c
+usrp-e-lb-test : usrp-e-lb-test.c
+
usrp-e-debug-pins : usrp-e-debug-pins.c
clean :
rm -f usrp-e-spi
@@ -44,3 +46,4 @@ clean :
rm -f fpga-downloader
rm -f usrp-e-gpio
rm -f usrp-e-debug-pins
+ rm -f usrp-e-lb-test