diff options
| author | Josh Blum <josh@joshknows.com> | 2010-04-25 00:43:34 +0000 |
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2010-04-25 00:43:34 +0000 |
| commit | 6b44bf06b6c1c7961e2344e66b491129b062495a (patch) | |
| tree | d81d14125a304ea8aa92582d7154f708fdc41f13 /host/apps/omap_debug/Makefile | |
| parent | b317f4df86d24cc9a47b8a8191f57545875f3afe (diff) | |
| parent | f2454f90023552c00b5b25aca4e8eaa8d46c0751 (diff) | |
| download | uhd-6b44bf06b6c1c7961e2344e66b491129b062495a.tar.gz uhd-6b44bf06b6c1c7961e2344e66b491129b062495a.tar.bz2 uhd-6b44bf06b6c1c7961e2344e66b491129b062495a.zip | |
Merge branch 'usrp_e' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/apps/omap_debug/Makefile')
| -rw-r--r-- | host/apps/omap_debug/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/host/apps/omap_debug/Makefile b/host/apps/omap_debug/Makefile index f48eb9539..14be592ff 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 +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-spi : usrp-e-spi.c @@ -29,6 +29,8 @@ fpga-downloader : fpga-downloader.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 @@ -44,3 +46,4 @@ clean : rm -f fpga-downloader rm -f usrp-e-gpio rm -f usrp-e-debug-pins + rm -f usrp-e-lb-test |
