mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-09-23 06:14:39 -04:00
fw: Make splint work on current code.
This commit is contained in:
parent
b70d42471b
commit
2746070402
1 changed files with 7 additions and 1 deletions
|
@ -222,7 +222,7 @@ check:
|
||||||
.PHONY: splint
|
.PHONY: splint
|
||||||
splint:
|
splint:
|
||||||
splint \
|
splint \
|
||||||
-nolib \
|
+unixlib \
|
||||||
-predboolint \
|
-predboolint \
|
||||||
+boolint \
|
+boolint \
|
||||||
-nullpass \
|
-nullpass \
|
||||||
|
@ -233,6 +233,12 @@ splint:
|
||||||
-unreachable \
|
-unreachable \
|
||||||
-unqualifiedtrans \
|
-unqualifiedtrans \
|
||||||
-fullinitblock \
|
-fullinitblock \
|
||||||
|
+gnuextensions \
|
||||||
|
-fixedformalarray \
|
||||||
|
-mustfreeonly \
|
||||||
|
-I $(LIBDIR)/include \
|
||||||
|
-I $(LIBDIR) \
|
||||||
|
-I $(LIBDIR)/blake2s \
|
||||||
$(CHECK_SOURCES)
|
$(CHECK_SOURCES)
|
||||||
|
|
||||||
testfw.elf: tkey-libs $(TESTFW_OBJS) $(P)/fw/tk1/firmware.lds
|
testfw.elf: tkey-libs $(TESTFW_OBJS) $(P)/fw/tk1/firmware.lds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue