summaryrefslogtreecommitdiffstats
path: root/host/apps
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-05-20 15:10:32 +0000
committerPhilip Balister <philip@opensdr.com>2010-05-20 15:10:32 +0000
commit64276eabd8d88f7d72763f8b500c13a9a689cd21 (patch)
tree64116006ded3e577c7aabaa9e12654ffbd72b6a7 /host/apps
parenta9fefde874503c0c4e0c542846c1dd1c74156d07 (diff)
downloaduhd-64276eabd8d88f7d72763f8b500c13a9a689cd21.tar.gz
uhd-64276eabd8d88f7d72763f8b500c13a9a689cd21.tar.bz2
uhd-64276eabd8d88f7d72763f8b500c13a9a689cd21.zip
Rename loopback test program to match bin file name.
Diffstat (limited to 'host/apps')
-rw-r--r--host/apps/omap_debug/Makefile6
-rw-r--r--host/apps/omap_debug/usrp-e-loopback.c (renamed from host/apps/omap_debug/usrp-e-rw.c)0
2 files changed, 3 insertions, 3 deletions
diff --git a/host/apps/omap_debug/Makefile b/host/apps/omap_debug/Makefile
index 295d40979..17a3858cf 100644
--- a/host/apps/omap_debug/Makefile
+++ b/host/apps/omap_debug/Makefile
@@ -1,13 +1,13 @@
CFLAGS=-Wall -I../../lib/usrp/usrp_e/ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -O3
CXXFLAGS=-Wall -I../../lib/usrp/usrp_e/ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -O3
-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-timed usrp-e-lb-test usrp-e-crc-rw clkgen-config
+all : usrp-e-spi usrp-e-i2c usrp-e-loopback 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-timed usrp-e-lb-test usrp-e-crc-rw clkgen-config
usrp-e-spi : usrp-e-spi.c
usrp-e-i2c : usrp-e-i2c.c
-usrp-e-rw : usrp-e-rw.c
+usrp-e-loopback : usrp-e-loopback.c
gcc -o $@ $< -lpthread ${CFLAGS}
usrp-e-timed : usrp-e-timed.c
@@ -41,7 +41,7 @@ usrp-e-debug-pins : usrp-e-debug-pins.c
clean :
rm -f usrp-e-spi
rm -f usrp-e-i2c
- rm -f usrp-e-rw
+ rm -f usrp-e-loopback
rm -f usrp-e-timed
rm -f usrp-e-rw-random
rm -f usrp-e-uart
diff --git a/host/apps/omap_debug/usrp-e-rw.c b/host/apps/omap_debug/usrp-e-loopback.c
index 798bc4b45..798bc4b45 100644
--- a/host/apps/omap_debug/usrp-e-rw.c
+++ b/host/apps/omap_debug/usrp-e-loopback.c