diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-07 21:10:30 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-07 21:10:30 +0000 |
commit | ac17bb0e8a3049944adde0aa5cbdcfb2ea711794 (patch) | |
tree | 8f7bd7ab46f7f9e863c0e5438d16fc4f6cb8c524 /host/apps/omap_debug/Makefile | |
parent | 760f6f840204736439a65d5d773f1dd5e4f4157a (diff) | |
parent | 6c306995a733622a0b0c3fb8c13c23dc8301d926 (diff) | |
download | uhd-ac17bb0e8a3049944adde0aa5cbdcfb2ea711794.tar.gz uhd-ac17bb0e8a3049944adde0aa5cbdcfb2ea711794.tar.bz2 uhd-ac17bb0e8a3049944adde0aa5cbdcfb2ea711794.zip |
Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/apps/omap_debug/Makefile')
-rw-r--r-- | host/apps/omap_debug/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/host/apps/omap_debug/Makefile b/host/apps/omap_debug/Makefile index 14be592ff..9b590b9f7 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 +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 usrp-e-spi : usrp-e-spi.c @@ -15,6 +15,9 @@ usrp-e-fpga-rw : usrp-e-fpga-rw.c usrp-e-rw-random : usrp-e-rw-random.c gcc -o $@ $< -lpthread +usrp-e-crc-rw : usrp-e-crc-rw.c + gcc -o $@ $< -lpthread + usrp-e-uart : usrp-e-uart.c usrp-e-uart-rx : usrp-e-uart-rx.c @@ -47,3 +50,4 @@ clean : rm -f usrp-e-gpio rm -f usrp-e-debug-pins rm -f usrp-e-lb-test + rm -f usrp-e-crc-rw |