Commit fced03d3 authored by David Gibson's avatar David Gibson

lstack, lqueue: Move from MODS_WITH_SRC to MODS_NO_SRC

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: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 14addbab
...@@ -19,6 +19,8 @@ MODS_NO_SRC := alignof \ ...@@ -19,6 +19,8 @@ MODS_NO_SRC := alignof \
container_of \ container_of \
darray \ darray \
endian \ endian \
lqueue \
lstack \
minmax \ minmax \
objset \ objset \
short_types \ short_types \
...@@ -77,8 +79,6 @@ MODS_WITH_SRC := aga \ ...@@ -77,8 +79,6 @@ MODS_WITH_SRC := aga \
lbalance \ lbalance \
likely \ likely \
list \ list \
lqueue \
lstack \
md4 \ md4 \
mem \ mem \
net \ net \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment