Commit f22b5b12 authored by Rusty Russell's avatar Rusty Russell

ccanlint: add ilog dependency.

This only matters on non-gcc, where ilog functions are not just mapped to builtins.
parent 35601768
...@@ -9,6 +9,7 @@ CORE_OBJS := \ ...@@ -9,6 +9,7 @@ CORE_OBJS := \
ccan/grab_file/grab_file.o \ ccan/grab_file/grab_file.o \
ccan/hash/hash.o \ ccan/hash/hash.o \
ccan/htable/htable.o \ ccan/htable/htable.o \
ccan/ilog/ilog.o \
ccan/lbalance/lbalance.o \ ccan/lbalance/lbalance.o \
ccan/noerr/noerr.o \ ccan/noerr/noerr.o \
ccan/opt/helpers.o \ ccan/opt/helpers.o \
......
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