Home
last modified time | relevance | path

Searched full:shell (Results 1 – 13 of 13) sorted by relevance

/optee_os/mk/
H A Dgcc.mk12 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 Dcc-option.mk1 _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 Dclang.mk28 nostdinc$(sm) := -nostdinc -isystem $(shell $(CC$(sm)) \
H A Daosp_optee.mk75 $(OPTEE_BIN) : $(sort $(shell find -L $(OPTEE_OS_DIR)))
79 $(OPTEE_TA_DEV_KIT_MK) : $(sort $(shell find -L $(OPTEE_OS_DIR)))
H A Dconfig.mk23 ifneq ($(shell uname -m),aarch64)
137 TEE_IMPL_VERSION ?= $(shell git describe --always --dirty=-dev 2>/dev/null || \
/optee_os/
H A DMakefile1 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 Dcrypto.mk42 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 Dsub.mk55 scpfw-impl-version := $(shell git -C $(scpfw-path) describe --tags --always --dirty=-dev 2>/dev/nul…
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md107 …cross-compiling, or compiling from an MSYS shell), and `WINDOWS=1` if the build environment is a W…
245 For machines with a Unix shell and OpenSSL (and optionally GnuTLS) installed, additional test scrip…
/optee_os/core/
H A Dcore.mk20 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 Dget_maintainer.py165 # shell glob pattern, except that a trailing slash means a directory and
/optee_os/.github/workflows/
H A Dci.yml21 shell: bash
357 shell: bash
/optee_os/ta/
H A Dta.mk170 sf := $(subst $1/, , $(shell find $1 -name "*.[hS]"))