]> git.ozlabs.org Git - ccan/commitdiff
Makefile: add altstack and generator to build exclusions.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 26 Apr 2016 04:41:01 +0000 (14:11 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 26 Apr 2016 04:41:01 +0000 (14:11 +0930)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Makefile

index f127390673dd0dcc537dc501c0502396eea5beaf..bfd44e319a57756b69cff075aaf698fcd8d9c4fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,8 @@ default: libccan.a
 
 ALL_DEPENDS=$(patsubst %, ccan/%/.depends, $(MODS))
 
 
 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
 
 
 include Makefile-ccan