Home | History | Annotate | Download | only in platform

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
76 Configs += asan_osx_dynamic
79 Configs += ubsan_osx
98 # We make sure to remove empty configs if we end up dropping all the requested
101 $(foreach config,$(Configs),\
105 $(call Set,Configs,$(filter-out $(config),$(Configs)))))