Home | History | Annotate | Download | only in platform

Lines Matching refs:Configs

70 Configs :=
76 Configs += eprintf
82 Configs += 10.4
87 Configs += ios
93 Configs += osx
97 Configs += cc_kext
101 Configs += cc_kext_ios
116 $(foreach config,$(Configs),\
121 # Remove empty configs if we end up dropping all the requested
123 $(foreach config,$(Configs),\
125 $(call Set,Configs,$(filter-out $(config),$(Configs)))))