Add atomic operations similar to those provided by C11.
[glibc.git] / extra-modules.mk
blob9c2e4d2f16cf1b8836be38fae8f1b895e6d4e818
1 # This file is included several times in a row, once
2 # for each element of $(modules-names). $(extra-modules-left)
3 # is initialized first to $(modules-names) so that with each
4 # inclusion, we advance $(module) to the next name.
6 module := $(firstword $(extra-modules-left))
7 extra-modules-left := $(filter-out $(module),$(extra-modules-left))
9 libof-$(notdir $(module)) := extramodules
10 CPPFLAGS-$(module).c += -DNOT_IN_libc