From fced03d35c9fdf132f4405114f8d507716da1842 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Sun, 25 Oct 2015 23:30:55 +1100 Subject: [PATCH] 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: David Gibson --- Makefile-ccan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile-ccan b/Makefile-ccan index b8390fb7..82fc346b 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -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 \ -- 2.39.2