Searched full:shell (Results 1 – 15 of 15) sorted by relevance
| /optee_os/mk/ |
| H A D | gcc.mk | 12 nostdinc$(sm) := -nostdinc -isystem $(shell $(CC$(sm)) \ 16 libgcc$(sm) := $(shell $(CC$(sm)) $(CFLAGS$(arch-bits-$(sm))) \ 18 libstdc++$(sm) := $(shell $(CXX$(sm)) $(CXXFLAGS$(arch-bits-$(sm))) $(comp-cxxflags$(sm)) \ 20 libgcc_eh$(sm) := $(shell $(CXX$(sm)) $(CXXFLAGS$(arch-bits-$(sm))) $(comp-cxxflags$(sm)) \
|
| H A D | cc-option.mk | 1 _cc-option-supported = $(if $(shell $(CC$(sm)) -Werror $(1) -c -x c /dev/null -o /dev/null 2>/dev/n… 10 _ld-option-supported = $(if $(shell ($(LD$(sm)) -v $(1) 2>&1 || echo warning) | grep warning),,1)
|
| H A D | clang.mk | 28 nostdinc$(sm) := -nostdinc -isystem $(shell $(CC$(sm)) \
|
| H A D | aosp_optee.mk | 75 $(OPTEE_BIN) : $(sort $(shell find -L $(OPTEE_OS_DIR))) 79 $(OPTEE_TA_DEV_KIT_MK) : $(sort $(shell find -L $(OPTEE_OS_DIR)))
|
| H A D | config.mk | 23 ifneq ($(shell uname -m),aarch64) 145 TEE_IMPL_VERSION ?= $(shell git describe --always --dirty=-dev 2>/dev/null || \
|
| /optee_os/ |
| H A D | Makefile | 1 SHELL = bash macro 8 # errors as the shell runs out of memory. 18 # nonzero status). Useful since a few recipes use shell redirection.
|
| /optee_os/core/drivers/crypto/se050/ |
| H A D | crypto.mk | 42 ifeq ($(shell test $(CFG_STACK_THREAD_EXTRA) -lt 8192; echo $$?), 0) 45 ifeq ($(shell test $(CFG_STACK_TMP_EXTRA) -lt 8192; echo $$?), 0)
|
| /optee_os/core/lib/scmi-server/ |
| H A D | sub.mk | 55 scpfw-impl-version := $(shell git -C $(scpfw-path) describe --tags --always --dirty=-dev 2>/dev/nul…
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 111 …cross-compiling, or compiling from an MSYS shell), and `WINDOWS=1` if the build environment is a W… 249 For machines with a Unix shell and OpenSSL (and optionally GnuTLS) installed, additional test scrip…
|
| /optee_os/core/ |
| H A D | core.mk | 20 TEE_IMPL_GIT_SHA1 := 0x$(shell git rev-parse --short=$(git-sha1-len) HEAD 2>/dev/null || echo 0 | c…
|
| /optee_os/scripts/ |
| H A D | get_maintainer.py | 165 # shell glob pattern, except that a trailing slash means a directory and
|
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 21 shell: bash 359 shell: bash
|
| /optee_os/ta/ |
| H A D | ta.mk | 181 sf := $(subst $1/, , $(shell find $1 -name "*.[hS]"))
|
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | kconfiglib.py | 115 'source "arch/$(SRCARCH)/Kconfig" and commands run via '$(shell,...)'. 921 output from commands run via $(shell). If None, the encoding 1025 "shell": (_shell_fn, 1, 1), 6721 # If the decoding error is for the output of a $(shell,...) command, 6785 command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE
|
| H A D | menuconfig.py | 3173 # Temporarily returns from curses to shell mode and prints a warning to
|