From b153cbd84327b97c6d1f7eacad52dab79e0c2d7e Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sun, 12 Aug 2012 23:06:21 +0200 Subject: Created clean new BCM4751 gpsd code that works and prints the read data Signed-off-by: Paul Kocialkowski --- utils/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 utils/Makefile (limited to 'utils/Makefile') 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 -- cgit v1.2.3