summaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index eb48aed..108fbef 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -1,6 +1,6 @@
all: gps-test-crespo
gps-test-crespo: bcm4751_test.c
- $(CC) -o $@ $^
+ $(CC) -static -o $@ $^
clean:
rm -f gps-test-crespo