]> git.ozlabs.org Git - ccan/commitdiff
lstack, lqueue: Move from MODS_WITH_SRC to MODS_NO_SRC
authorDavid Gibson <david@gibson.dropbear.id.au>
Sun, 25 Oct 2015 12:30:55 +0000 (23:30 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sun, 25 Oct 2015 12:30:55 +0000 (23:30 +1100)
The lstack and lqueue modules are entirely implemented in a single header.
However, in Makefile-ccan they're listed in MODS_WITH_SRC, instead of
MODS_NO_SRC.  This appears to be harmless, but this patch moves them to
the correct category anyway.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Makefile-ccan

index b8390fb77c2bdd8537af2921fd8b97b9f166d96a..82fc346bb4ddf92ff34d52b67f32d8dd9666cd10 100644 (file)
@@ -19,6 +19,8 @@ MODS_NO_SRC := alignof \
        container_of \
        darray \
        endian \
+       lqueue \
+       lstack \
        minmax \
        objset \
        short_types \
@@ -77,8 +79,6 @@ MODS_WITH_SRC := aga \
        lbalance \
        likely \
        list \
-       lqueue \
-       lstack \
        md4 \
        mem \
        net \