Commit 92de5921 authored by Rusty Russell's avatar Rusty Russell

Makefile: add altstack and generator to build exclusions.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent a46da30d
......@@ -19,8 +19,8 @@ default: libccan.a
ALL_DEPENDS=$(patsubst %, ccan/%/.depends, $(MODS))
# By default, we skip modules with external deps.
MODS_EXCLUDE:=jmap jset nfs ogg_to_pcm tal/talloc wwviaudio
# By default, we skip modules with external deps (or plaform specific)
MODS_EXCLUDE:=altstack generator jmap jset nfs ogg_to_pcm tal/talloc wwviaudio
include Makefile-ccan
......
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