]> git.ozlabs.org Git - ccan/commitdiff
Makefile: Remove generator modules from the exclude list
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 21 Nov 2016 12:45:50 +0000 (23:45 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 21 Nov 2016 12:45:50 +0000 (23:45 +1100)
There's no real reason to exclude 'generator' from the build or check
targets.  Add it back in.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Makefile

index 6559c702a14c911ee024586dfa0f794abfd7b5b5..c170631eb14a485ba8eec225e123e2b28e644b2e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ ALL_INFOS := $(INFO_SRCS:%_info=%info)
 ALL_MODULES := $(ALL_INFOS:%/info=%)
 
 # ... Except stuff that needs external dependencies, which we exclude
-EXCLUDE := altstack generator jmap jset nfs ogg_to_pcm tal/talloc wwviaudio
+EXCLUDE := altstack jmap jset nfs ogg_to_pcm tal/talloc wwviaudio
 MODULES:= $(filter-out $(EXCLUDE:%=ccan/%), $(ALL_MODULES))
 
 # Sources are C files in each module, objects the resulting .o files