mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-04-20 15:25:55 -04:00
fw: Change splint config
- Now uses at least some of the standard libraries like stdlib.h, stddef.h, et cetera. - Include LIBDIR headers. - Disregard some warnings globally.
This commit is contained in:
parent
2053a8e61c
commit
ebe1fc9027
@ -222,7 +222,7 @@ check:
|
||||
.PHONY: splint
|
||||
splint:
|
||||
splint \
|
||||
-nolib \
|
||||
+unixlib \
|
||||
-predboolint \
|
||||
+boolint \
|
||||
-nullpass \
|
||||
@ -233,6 +233,12 @@ splint:
|
||||
-unreachable \
|
||||
-unqualifiedtrans \
|
||||
-fullinitblock \
|
||||
+gnuextensions \
|
||||
-fixedformalarray \
|
||||
-mustfreeonly \
|
||||
-I $(LIBDIR)/include \
|
||||
-I $(LIBDIR) \
|
||||
-I $(LIBDIR)/blake2s \
|
||||
$(CHECK_SOURCES)
|
||||
|
||||
testfw.elf: tkey-libs $(TESTFW_OBJS) $(P)/fw/tk1/firmware.lds
|
||||
|
Loading…
x
Reference in New Issue
Block a user