]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
io: don't close if already closing in io_close_other.
[ccan] / Makefile-ccan
index d81031eab1add188d4ac71220a422edd1524e869..cbf1c2fe299ddd9766435a6c332f31278159a19e 100644 (file)
@@ -8,6 +8,7 @@ CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN)
 
 # Modules which are just a header:
 MODS_NO_SRC := alignof \
+       argcheck \
        array_size \
        asearch \
        bitmap \
@@ -42,6 +43,7 @@ MODS_WITH_SRC := antithread \
        ciniparser \
        crc \
        crcsync \
+       cpuid \
        daemonize \
        daemon_with_notify \
        dgraph \
@@ -54,6 +56,7 @@ MODS_WITH_SRC := antithread \
        htable \
        idtree \
        ilog \
+       io \
        isaac \
        iscsi \
        jmap \