]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
tools/configurator: add HAVE_SYS_TERMIOS_H
[ccan] / Makefile-ccan
index c4a8f455ff98683ad4721165d3eafeeef3f91b39..cbf1c2fe299ddd9766435a6c332f31278159a19e 100644 (file)
@@ -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 \
@@ -41,6 +43,7 @@ MODS_WITH_SRC := antithread \
        ciniparser \
        crc \
        crcsync \
+       cpuid \
        daemonize \
        daemon_with_notify \
        dgraph \
@@ -53,6 +56,7 @@ MODS_WITH_SRC := antithread \
        htable \
        idtree \
        ilog \
+       io \
        isaac \
        iscsi \
        jmap \