Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b694db61a..2d3deec3a 100644 --- a/Makefile +++ b/Makefile @@ -195,8 +195,7 @@ cflags += $($(*)_CFLAGS) $(CPPFLAGS) $(CFLAGS) %.sc: %.c sparse $(QUIET_CHECK) $(CHECKER) $(CHECKER_FLAGS) $(cflags) -c $< -ALL_OBJS := $(LIB_OBJS) $(foreach p,$(PROGRAMS),$(p).o $($(p)_OBJS)) -selfcheck: $(ALL_OBJS:.o=.sc) +selfcheck: $(OBJS:.o=.sc) clean: clean-check -- 2.14.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html