Lines Matching refs:Configs
32 Configs :=
38 Configs += eprintf
44 Configs += 10.4
49 Configs += ios
54 Configs += osx
58 Configs += cc_kext
63 Configs += cc_kext_ios5
67 Configs += profile_osx
69 Configs += profile_ios
73 Configs += asan_osx_dynamic
76 Configs += ubsan_osx
93 # We make sure to remove empty configs if we end up dropping all the requested
96 $(foreach config,$(Configs),\
100 $(call Set,Configs,$(filter-out $(config),$(Configs)))))