]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
cpuid: new module
[ccan] / Makefile-ccan
index 2d713a6898e402e21bd45530cc586b63ca86ca4b..fd959ffcd1c8db1671911314155bc040033fde0f 100644 (file)
@@ -10,6 +10,7 @@ CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN)
 MODS_NO_SRC := alignof \
        array_size \
        asearch \
 MODS_NO_SRC := alignof \
        array_size \
        asearch \
+       bitmap \
        build_assert \
        bytestring \
        cast \
        build_assert \
        bytestring \
        cast \
@@ -41,6 +42,7 @@ MODS_WITH_SRC := antithread \
        ciniparser \
        crc \
        crcsync \
        ciniparser \
        crc \
        crcsync \
+       cpuid \
        daemonize \
        daemon_with_notify \
        dgraph \
        daemonize \
        daemon_with_notify \
        dgraph \
@@ -49,6 +51,7 @@ MODS_WITH_SRC := antithread \
        foreach \
        grab_file \
        hash \
        foreach \
        grab_file \
        hash \
+       heap \
        htable \
        idtree \
        ilog \
        htable \
        idtree \
        ilog \
@@ -110,6 +113,7 @@ 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)) >> $@
 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)
 
 # We compile all the ccan/foo/*.o files together into ccan/foo.o
 OBJFILES=$(DIRS:=.o)