X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2FMakefile;h=eca8ca7c6b7fbc421ec999718efdccf43035b1ee;hb=aabf300e324f7da5134d7ad45afba11225045c24;hp=d13cc8a5f8b3e91d2cf8f3c1917d2097386b2aee;hpb=44b37ee8aeb185f6837378fef17d887bda6ff89b;p=ccan diff --git a/tools/ccanlint/Makefile b/tools/ccanlint/Makefile index d13cc8a5..eca8ca7c 100644 --- a/tools/ccanlint/Makefile +++ b/tools/ccanlint/Makefile @@ -6,7 +6,6 @@ CORE_OBJS := \ ccan/autodata/autodata.o \ ccan/dgraph/dgraph.o \ ccan/foreach/foreach.o \ - ccan/grab_file/grab_file.o \ ccan/hash/hash.o \ ccan/htable/htable.o \ ccan/ilog/ilog.o \ @@ -17,6 +16,7 @@ CORE_OBJS := \ ccan/opt/parse.o \ ccan/opt/usage.o \ ccan/ptr_valid/ptr_valid.o \ + ccan/rbuf/rbuf.o \ ccan/read_write_all/read_write_all.o \ ccan/str/str.o ccan/str/debug.o \ ccan/str_talloc/str_talloc.o \