We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6ab4a commit 4da0fd6Copy full SHA for 4da0fd6
.gitmodules
@@ -22,3 +22,6 @@
22
[submodule "2ndboot"]
23
path = 2ndboot
24
url = https://github.com/starfive-tech/JH7100_secondBoot
25
+[submodule "smatch"]
26
+ path = smatch
27
+ url = https://github.com/error27/smatch
Makefile
@@ -166,7 +166,7 @@ smatch:
166
ARCH=riscv \
167
CROSS_COMPILE=$(CROSS_COMPILE) \
168
PATH=$(PATH) \
169
- C=2 CHECK=/home/conor/stuff/smatch/smatch \
+ C=2 CHECK=$(srcdir)/smatch/smatch \
170
$(FILE)
171
172
coccicheck:
smatch
0 commit comments