]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
io: handle duplex corner cases.
[ccan] / Makefile-ccan
index c4a8f455ff98683ad4721165d3eafeeef3f91b39..7781657766f1268690caa0dc73bb2a7a490102a1 100644 (file)
@@ -10,6 +10,7 @@ CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN)
 MODS_NO_SRC := alignof \
        array_size \
        asearch \
+       bitmap \
        build_assert \
        bytestring \
        cast \
@@ -41,6 +42,7 @@ MODS_WITH_SRC := antithread \
        ciniparser \
        crc \
        crcsync \
+       cpuid \
        daemonize \
        daemon_with_notify \
        dgraph \
@@ -53,6 +55,7 @@ MODS_WITH_SRC := antithread \
        htable \
        idtree \
        ilog \
+       io \
        isaac \
        iscsi \
        jmap \