]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
cpuid: Introduce cpuid_write_info
[ccan] / Makefile-ccan
index fd959ffcd1c8db1671911314155bc040033fde0f..7781657766f1268690caa0dc73bb2a7a490102a1 100644 (file)
@@ -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)