]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
opt: relicense to GPLv2+ (from GPLv3+)
[ccan] / Makefile-ccan
index 2d713a6898e402e21bd45530cc586b63ca86ca4b..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 \
@@ -49,9 +52,11 @@ MODS_WITH_SRC := antithread \
        foreach \
        grab_file \
        hash \
+       heap \
        htable \
        idtree \
        ilog \
+       io \
        isaac \
        iscsi \
        jmap \