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 \
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 \
......
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