diff options
author | Philip Balister <balister@moose.(none)> | 2010-05-19 13:21:45 -0400 |
---|---|---|
committer | Philip Balister <balister@moose.(none)> | 2010-05-19 13:21:45 -0400 |
commit | 88b2a958f0a3a593230ca6b17e7c4aac3fba35e7 (patch) | |
tree | 70a235fec436f4f2cc1df93c817f5eda7e7562db /host/apps/omap_debug/Makefile | |
parent | ad01832ca5a52d70a5f26de9c45868626b850785 (diff) | |
download | uhd-88b2a958f0a3a593230ca6b17e7c4aac3fba35e7.tar.gz uhd-88b2a958f0a3a593230ca6b17e7c4aac3fba35e7.tar.bz2 uhd-88b2a958f0a3a593230ca6b17e7c4aac3fba35e7.zip |
Rename test program to match FPGA bin file name and add data rate calculation.
Diffstat (limited to 'host/apps/omap_debug/Makefile')
-rw-r--r-- | host/apps/omap_debug/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/apps/omap_debug/Makefile b/host/apps/omap_debug/Makefile index e2aa384f2..40e04e377 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 usrp-e-lb-test usrp-e-crc-rw clkgen-config +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 usrp-e-spi : usrp-e-spi.c @@ -9,7 +9,7 @@ usrp-e-i2c : usrp-e-i2c.c usrp-e-rw : usrp-e-rw.c gcc -o $@ $< -lpthread -usrp-e-fpga-rw : usrp-e-fpga-rw.c +usrp-e-timed : usrp-e-timed.c gcc -o $@ $< -lpthread usrp-e-rw-random : usrp-e-rw-random.c @@ -41,7 +41,7 @@ clean : rm -f usrp-e-spi rm -f usrp-e-i2c rm -f usrp-e-rw - rm -f usrp-e-fpga-rw + rm -f usrp-e-timed rm -f usrp-e-rw-random rm -f usrp-e-uart rm -f usrp-e-uart-rx |