summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a298c07..3f034cb 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ test: i9300-modem-pins
./$< test
i9300-modem-pins: $(SOURCE)
- $(CC) $^ -o $@
+ $(CC) -static $(CFLAGS) $^ -o $@
clean:
rm -f i9300-modem-pins