X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=c507b746651c57243f7fa0834d6c132bef5415cb;hp=dff3523002b052c441215772cd80818d0c990b5b;hb=82229812012a9cc9a4876b9542f5539ec99ece46;hpb=72636ab7bfcd30acbdd0cf2e275f53399bfeb2d7 diff --git a/Makefile b/Makefile index dff35230..c507b746 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ LINT_OPTS.ok := -s LINT_OPTS.fast-ok := -s -x tests_pass_valgrind -x tests_compile_coverage LINT_SRCS := $(filter-out $(LINT).c, $(wildcard tools/ccanlint/*.c tools/ccanlint/tests/*.c)) LINT_DEPS := $(LINT_SRCS:%.c=%.d) $(LINT).d -LINT_CCAN_MODULES := asort autodata dgraph ilog lbalance ptr_valid strmap +LINT_CCAN_MODULES := autodata dgraph ilog lbalance ptr_valid strmap LINT_CCAN_SRCS := $(wildcard $(LINT_CCAN_MODULES:%=ccan/%/*.c)) LINT_OBJS := $(LINT_SRCS:%.c=%.o) $(LINT_CCAN_SRCS:%.c=%.o) $(TOOLS_OBJS) ifneq ($(GCOV),)