Commit 6013ffa6 by Andreas Ericsson Committed by Shawn O. Pearce

Add $(CONFIG_H) as a build-dependency for sparse

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
parent 21648b45
......@@ -41,7 +41,7 @@ apidocs:
test: $(TEST_RUN)
sparse:
sparse: $(CONFIG_H)
@for i in $(SRC_C); do sparse $$i -DSPARSE_IS_RUNNING $(SPARSE_FLAGS) $(BASIC_CFLAGS) $(CFLAGS); done
install-headers: $(PUBLIC_HEADERS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment