aboutsummaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'host/apps/omap_debug/Makefile')
-rw-r--r--host/apps/omap_debug/Makefile19
1 files changed, 1 insertions, 18 deletions
diff --git a/host/apps/omap_debug/Makefile b/host/apps/omap_debug/Makefile
index 46d4714a8..dd27ba657 100644
--- a/host/apps/omap_debug/Makefile
+++ b/host/apps/omap_debug/Makefile
@@ -1,27 +1,12 @@
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-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
+all : usrp-e-spi usrp-e-i2c 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-lb-test usrp-e-crc-rw clkgen-config
usrp-e-spi : usrp-e-spi.c
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}
-
-usrp-e-random-loopback : usrp-e-random-loopback.c
- gcc -o $@ $< -lpthread ${CFLAGS}
-
-usrp-e-crc-rw : usrp-e-crc-rw.c
- gcc -o $@ $< -lpthread ${CFLAGS}
-
usrp-e-uart : usrp-e-uart.c
usrp-e-uart-rx : usrp-e-uart-rx.c
@@ -38,8 +23,6 @@ clkgen-config : clkgen-config.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