X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=Makefile-ccan;h=41548de61db60c9dbed25b47a3df3e052a8f37f4;hb=4a2a6b70fccc12617925721e2c8aa557e8b18311;hp=c4a8f455ff98683ad4721165d3eafeeef3f91b39;hpb=d6bee61681cf3976c9c0e47e4d73b8ce18f9d7ce;p=ccan diff --git a/Makefile-ccan b/Makefile-ccan index c4a8f455..41548de6 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -8,8 +8,10 @@ CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN) # Modules which are just a header: MODS_NO_SRC := alignof \ + argcheck \ array_size \ asearch \ + bitmap \ build_assert \ bytestring \ cast \ @@ -18,6 +20,7 @@ MODS_NO_SRC := alignof \ container_of \ darray \ endian \ + minmax \ objset \ short_types \ tcon \ @@ -41,6 +44,7 @@ MODS_WITH_SRC := antithread \ ciniparser \ crc \ crcsync \ + cpuid \ daemonize \ daemon_with_notify \ dgraph \ @@ -53,8 +57,10 @@ MODS_WITH_SRC := antithread \ htable \ idtree \ ilog \ + io \ isaac \ iscsi \ + jacobson_karels \ jmap \ json \ jset \