diff options
author | Philip Balister <balister@moose.(none)> | 2010-03-24 15:49:08 -0400 |
---|---|---|
committer | Philip Balister <balister@moose.(none)> | 2010-03-24 15:49:08 -0400 |
commit | 4f5cd64188c7e2b5490d910d5e86301c053960ea (patch) | |
tree | 7e9f07b55f08cd52bc594c59bc23a2ba173e99c2 /host/apps/omap_debug/Makefile | |
parent | ac482c5a469d6a02c8a83e0c0c7e10ce4eaf5718 (diff) | |
download | uhd-4f5cd64188c7e2b5490d910d5e86301c053960ea.tar.gz uhd-4f5cd64188c7e2b5490d910d5e86301c053960ea.tar.bz2 uhd-4f5cd64188c7e2b5490d910d5e86301c053960ea.zip |
Makefile and usrp-e-spi edits, add i2c test program.
Diffstat (limited to 'host/apps/omap_debug/Makefile')
-rw-r--r-- | host/apps/omap_debug/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/host/apps/omap_debug/Makefile b/host/apps/omap_debug/Makefile index 5616a7355..07545a639 100644 --- a/host/apps/omap_debug/Makefile +++ b/host/apps/omap_debug/Makefile @@ -1 +1,11 @@ +CFLAGS=-Wall + +all : usrp-e-spi usrp-e-i2c + usrp-e-spi : usrp-e-spi.c + +usrp-e-i2c : usrp-e-i2c.c + +clean : + rm -f usrp-e-spi + rm -f usrp-e-i2c |