]> git.ozlabs.org Git - ccan/commitdiff
ccanlint: add ilog dependency.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 27 Mar 2012 04:22:13 +0000 (14:52 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 27 Mar 2012 04:22:13 +0000 (14:52 +1030)
This only matters on non-gcc, where ilog functions are not just mapped to builtins.

tools/ccanlint/Makefile

index 68246700b2548a03398ee289bfead965a41413b2..d13cc8a5f8b3e91d2cf8f3c1917d2097386b2aee 100644 (file)
@@ -9,6 +9,7 @@ CORE_OBJS := \
        ccan/grab_file/grab_file.o \
        ccan/hash/hash.o \
        ccan/htable/htable.o \
        ccan/grab_file/grab_file.o \
        ccan/hash/hash.o \
        ccan/htable/htable.o \
+       ccan/ilog/ilog.o \
        ccan/lbalance/lbalance.o \
        ccan/noerr/noerr.o \
        ccan/opt/helpers.o \
        ccan/lbalance/lbalance.o \
        ccan/noerr/noerr.o \
        ccan/opt/helpers.o \