X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=1d17e26fa0d48dc2eccfb96ac2365ec8b016490d;hp=d81031eab1add188d4ac71220a422edd1524e869;hb=e8fe775b03a9abde11f7ce7a9ebf8e002111e923;hpb=d49754643794fe396b868ef98706898088ab1e84 diff --git a/Makefile-ccan b/Makefile-ccan index d81031ea..1d17e26f 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -8,6 +8,7 @@ CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN) # Modules which are just a header: MODS_NO_SRC := alignof \ + argcheck \ array_size \ asearch \ bitmap \ @@ -19,6 +20,7 @@ MODS_NO_SRC := alignof \ container_of \ darray \ endian \ + minmax \ objset \ short_types \ tcon \ @@ -42,6 +44,7 @@ MODS_WITH_SRC := antithread \ ciniparser \ crc \ crcsync \ + cpuid \ daemonize \ daemon_with_notify \ dgraph \ @@ -54,6 +57,7 @@ MODS_WITH_SRC := antithread \ htable \ idtree \ ilog \ + io \ isaac \ iscsi \ jmap \