Skip to content

Commit 4da0fd6

Browse files
committedAug 11, 2022
smatch: add to the repo as a submodule
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 6c6ab4a commit 4da0fd6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
 

‎.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@
2222
[submodule "2ndboot"]
2323
path = 2ndboot
2424
url = https://github.com/starfive-tech/JH7100_secondBoot
25+
[submodule "smatch"]
26+
path = smatch
27+
url = https://github.com/error27/smatch

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ smatch:
166166
ARCH=riscv \
167167
CROSS_COMPILE=$(CROSS_COMPILE) \
168168
PATH=$(PATH) \
169-
C=2 CHECK=/home/conor/stuff/smatch/smatch \
169+
C=2 CHECK=$(srcdir)/smatch/smatch \
170170
$(FILE)
171171

172172
coccicheck:

‎smatch

Submodule smatch added at 1a0af07

0 commit comments

Comments
 (0)
Please sign in to comment.