diff options
| author | Paul Kocialkowski <contact@paulk.fr> | 2012-08-12 23:06:21 +0200 |
|---|---|---|
| committer | Paul Kocialkowski <contact@paulk.fr> | 2012-08-12 23:06:21 +0200 |
| commit | b153cbd84327b97c6d1f7eacad52dab79e0c2d7e (patch) | |
| tree | 0750b710a83b3bfe810b8d49b091ff6268495af0 /utils/Makefile | |
| parent | e4f94e901b9b4c5fef5642ad9580863fc2bfe336 (diff) | |
| download | bcm4751-b153cbd84327b97c6d1f7eacad52dab79e0c2d7e.tar.gz bcm4751-b153cbd84327b97c6d1f7eacad52dab79e0c2d7e.tar.bz2 bcm4751-b153cbd84327b97c6d1f7eacad52dab79e0c2d7e.zip | |
Created clean new BCM4751 gpsd code that works and prints the read data
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'utils/Makefile')
| -rw-r--r-- | utils/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile new file mode 100644 index 0000000..eb48aed --- /dev/null +++ b/utils/Makefile @@ -0,0 +1,6 @@ +all: gps-test-crespo + +gps-test-crespo: bcm4751_test.c + $(CC) -o $@ $^ +clean: + rm -f gps-test-crespo |
