From: Rusty Russell Date: Tue, 26 Apr 2016 04:41:01 +0000 (+0930) Subject: Makefile: add altstack and generator to build exclusions. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=92de5921c27f412e7caab538788c4687521f5454 Makefile: add altstack and generator to build exclusions. Signed-off-by: Rusty Russell --- diff --git a/Makefile b/Makefile index f1273906..bfd44e31 100644 --- a/Makefile +++ b/Makefile @@ -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