Searched refs:HOST_OS (Results 1 – 2 of 2) sorted by relevance
51 HOST_OS = ['unix', 'win', 'all'] variable in ZephyrAppCommandsDirective95 if host_os not in self.HOST_OS:116 host_os = [host_os] if host_os != "all" else [v for v in self.HOST_OS
110 * Makefile: Changed to use HOST_OS environment variable.