aboutsummaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug/Makefile
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-08-11 01:05:47 +0000
committerPhilip Balister <philip@opensdr.com>2010-08-11 01:05:47 +0000
commitcb92934527964b8fda924925dbc12b18d5ae7fad (patch)
treeb5c195f2ba8a067bf20e98ca25f0e637b00f00a3 /host/apps/omap_debug/Makefile
parenta47e75c84099081a7f7b2a13e11c3615bed22a5c (diff)
downloaduhd-cb92934527964b8fda924925dbc12b18d5ae7fad.tar.gz
uhd-cb92934527964b8fda924925dbc12b18d5ae7fad.tar.bz2
uhd-cb92934527964b8fda924925dbc12b18d5ae7fad.zip
Loopback test now supports variable size and works with mmapable ring buffer.
Diffstat (limited to 'host/apps/omap_debug/Makefile')
-rw-r--r--host/apps/omap_debug/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/host/apps/omap_debug/Makefile b/host/apps/omap_debug/Makefile
index c11609bdd..46d4714a8 100644
--- a/host/apps/omap_debug/Makefile
+++ b/host/apps/omap_debug/Makefile
@@ -1,7 +1,7 @@
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-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-random-loopback 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-mm-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-random-loopback usrp-e-timed usrp-e-lb-test usrp-e-crc-rw clkgen-config
usrp-e-spi : usrp-e-spi.c
@@ -10,6 +10,9 @@ usrp-e-i2c : usrp-e-i2c.c
usrp-e-loopback : usrp-e-loopback.c
gcc -o $@ $< -lpthread ${CFLAGS}
+usrp-e-mm-loopback : usrp-e-mm-loopback.c
+ gcc -o $@ $< -lpthread ${CFLAGS}
+
usrp-e-timed : usrp-e-timed.c
gcc -o $@ $< -lpthread ${CFLAGS}
@@ -42,6 +45,7 @@ clean :
rm -f usrp-e-spi
rm -f usrp-e-i2c
rm -f usrp-e-loopback
+ rm -f usrp-e-mm-loopback
rm -f usrp-e-timed
rm -f usrp-e-rw-random
rm -f usrp-e-uart