X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=7781657766f1268690caa0dc73bb2a7a490102a1;hp=fd959ffcd1c8db1671911314155bc040033fde0f;hb=dbbefec6973725d9a16c82747e0c7ce8e5e6c4f2;hpb=19c5822d43acc402df753e669724e3b564473da5 diff --git a/Makefile-ccan b/Makefile-ccan index fd959ffc..77816577 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -55,6 +55,7 @@ MODS_WITH_SRC := antithread \ htable \ idtree \ ilog \ + io \ isaac \ iscsi \ jmap \ @@ -113,7 +114,6 @@ DIRS=$(patsubst %/, %, $(sort $(foreach m, $(filter-out $(MODS_EXCLUDE), $(MODS_ ccan/%-Makefile: @echo $@: $(wildcard ccan/$*/*.[ch]) ccan/$*/_info > $@ @echo ccan/$*.o: $(patsubst %.c, %.o, $(wildcard ccan/$*/*.c)) >> $@ - @echo ccan/$*.o: $(patsubst %.S, %.o, $(wildcard ccan/$*/*.S)) >> $@ # We compile all the ccan/foo/*.o files together into ccan/foo.o OBJFILES=$(DIRS:=.o)