| /optee_os/mk/ |
| H A D | lib.mk | 3 # libname the name of the lib 4 # libdir directory of lib which also is used as input to 8 # libuuid the UUID of the shared lib 24 cflags-lib$(libname)-$(sm) += -pg 29 lib-libfile := $(out-dir)/$(base-prefix)$(libdir)/lib$(libname).a 31 lib-shlibfile := $(out-dir)/$(base-prefix)$(libdir)/lib$(libname).so 32 lib-shlibstrippedfile := $(out-dir)/$(base-prefix)$(libdir)/lib$(libname).stripped.so 33 lib-shlibtafile := $(out-dir)/$(base-prefix)$(libdir)/$(libuuid).ta 34 lib-libuuidln := $(out-dir)/$(base-prefix)$(libdir)/$(libuuid).elf 35 lib-shlibfile-$(libname)-$(sm) := $(lib-shlibfile) [all …]
|
| H A D | subdir.mk | 13 # incdirs-lib$(libname)-$(sm) [if libname is defined] 14 # cppflags-lib$(libname)-$(sm) [if libname is defined] 15 # cflags-lib$(libname)-$(sm) [if libname is defined] 16 # cxxflags-lib$(libname)-$(sm) [if libname is defined] 42 cflags-lib-y := 45 cxxflags-lib-y := 48 cppflags-lib-y := 143 incdirs-lib$$(libname)-$$(sm) := $$(incdirs-lib$$(libname)-$$(sm)) $$(addprefix $1/,$$(incdirs-lib-… 144 cflags-lib$$(libname)-$$(sm) := $$(cflags-lib$$(libname)-$$(sm)) $$(cflags-lib-y) 145 cxxflags-lib$$(libname)-$$(sm) := $$(cxxflags-lib$$(libname)-$$(sm)) $$(cxxflags-lib-y) [all …]
|
| H A D | compile.mk | 73 comp-lib-$2 := $(libname)-$(sm) 86 $$(cflags-lib$$(comp-lib-$2)) $$(cflags-$2)) 120 $$(addprefix -I,$$(incdirs-lib$$(comp-lib-$2))) \ 123 $$(cppflags-lib$$(comp-lib-$2)) $$(cppflags-$2)) \ 197 $$(cflags-lib$$(comp-lib-$3)) $$(cflags-$3)) 204 $$(addprefix -I,$$(incdirs-lib$$(comp-lib-$3))) \ 207 $$(cppflags-lib$$(comp-lib-$3)) $$(cppflags-$3))
|
| /optee_os/core/lib/scmi-server/ |
| H A D | sub.mk | 51 cppflags-lib-y += -DBUILD_VERSION_MAJOR=$(scpfw-integ-version-maj) \ 57 cppflags-lib-y += -DBUILD_VERSION_DESCRIBE_STRING=\"$(scpfw-impl-version)\" 59 cppflags-lib-y += -DFWK_LOG_LEVEL=$(CFG_SCPFW_LOG_LEVEL) 61 cppflags-lib-y += -DFMW_LOG_MINIMAL_BANNER=1 64 cflags-lib-y += -Wno-cast-align \ 72 cflags-lib-y += -Wno-undef \ 79 cflags-lib-$(CFG_SCPFW_NOTIFICATION) += -Wno-strict-aliasing 81 cppflags-lib-y += -DBUILD_HAS_SUB_SYSTEM_MODE=1 \ 84 cppflags-lib-$(CFG_SCPFW_NOTIFICATION) += -DBUILD_HAS_NOTIFICATION \ 87 cppflags-lib-$(CFG_SCPFW_FAST_CHANNELS) += -DBUILD_HAS_FAST_CHANNELS \ [all …]
|
| /optee_os/core/ |
| H A D | core.mk | 33 include core/lib/scmi-server/conf.mk 128 libdir = lib/libutils 129 include mk/lib.mk 138 libdir = lib/libmbedtls 139 include mk/lib.mk 145 libdir = core/lib/libtomcrypt 147 include mk/lib.mk 160 include mk/lib.mk 165 libdir = core/lib/libfdt 166 include mk/lib.mk [all …]
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | sub.mk | 4 cppflags-lib-y += -DARGTYPE=4 # Make LTC_ARGCHK() return on error 5 cppflags-lib-y += -DLTC_NO_TEST -DLTC_NO_PROTOTYPES 6 cppflags-lib-y += -DLTC_NO_TABLES -DLTC_HASH_HELPERS 7 cppflags-lib-y += -DLTC_NO_MISC 8 cppflags-lib-y += -DLTC_HMAC 9 cppflags-lib-$(_CFG_CORE_LTC_SIZE_OPTIMIZATION) += -DLTC_SMALL_CODE 10 cppflags-lib-y += -DLTC_NO_CIPHERS 11 cppflags-lib-y += -DLTC_NO_MODES 12 cppflags-lib-y += -DLTC_NO_HASHES 13 cppflags-lib-y += -DLTC_NO_MACS [all …]
|
| /optee_os/scripts/ |
| H A D | checkpatch_inc.sh | 8 core/lib/lib{fdt,tomcrypt} core/lib/zlib \ 9 lib/libutils lib/libmbedtls \ 10 lib/libutee/include/elf.h \ 11 lib/libutee/include/elf_common.h \ 16 core/lib/qcbor \
|
| /optee_os/ldelf/ |
| H A D | ldelf.mk | 44 libdir = lib/libutils 45 include mk/lib.mk 48 libdir = lib/libutee 49 include mk/lib.mk 52 libdir = lib/libunw 53 include mk/lib.mk
|
| /optee_os/ta/ |
| H A D | ta.mk | 71 arm32-user-sysreg-txt = lib/libutee/arch/arm/arm32_user_sysreg.txt 100 libdir = lib/libutils 102 include mk/lib.mk 105 libdir = lib/libmbedtls 108 include mk/lib.mk 112 libdir = lib/libutee 115 include mk/lib.mk 118 libdir = lib/libdl 121 include mk/lib.mk 125 incdirs-host := $(filter-out lib/libutils%, $(incdirs$(sm))) [all …]
|
| /optee_os/ta/mk/ |
| H A D | ta_dev_kit.mk | 86 libdirs += $(ta-dev-kit-dir$(sm))/lib 88 libdeps += $(ta-dev-kit-dir$(sm))/lib/libutils.a 90 libdeps += $(ta-dev-kit-dir$(sm))/lib/libutee.a 93 libdeps += $(ta-dev-kit-dir$(sm))/lib/libmbedtls.a 96 libdeps += $(ta-dev-kit-dir$(sm))/lib/libdl.a 106 libdeps-after-libgcc += $(ta-dev-kit-dir$(sm))/lib/libutils.a
|
| H A D | build-user-ta.mk | 46 libdirs = $(ta-dev-kit-dir$(sm))/lib 51 libdeps = $(addsuffix .a, $(addprefix $(libdirs)/lib, $(libnames))) 66 additional-link-deps := $(ta_dev_kit-files-lib)
|
| /optee_os/lib/libmbedtls/ |
| H A D | sub.mk | 160 cflags-lib-y += -Wno-redundant-decls 161 cflags-lib-y += -Wno-switch-default 162 cflags-lib-y += -Wno-declaration-after-statement 163 cflags-lib-y += -Wno-unused-function
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
| H A D | sub.mk | 1 incdirs-lib-y += include 2 incdirs-lib-y += 8086-SSE
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/Win32-SSE2-MinGW/ |
| H A D | Makefile | 51 LIB = .a macro 54 all: softfloat$(LIB) 268 softfloat$(LIB): $(OBJS_ALL) 274 $(DELETE) $(OBJS_ALL) softfloat$(LIB)
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-GCC/ |
| H A D | Makefile | 51 LIB = .a macro 54 all: softfloat$(LIB) 268 softfloat$(LIB): $(OBJS_ALL) 274 $(DELETE) $(OBJS_ALL) softfloat$(LIB)
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/Win32-MinGW/ |
| H A D | Makefile | 51 LIB = .a macro 54 all: softfloat$(LIB) 268 softfloat$(LIB): $(OBJS_ALL) 274 $(DELETE) $(OBJS_ALL) softfloat$(LIB)
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/Linux-386-SSE2-GCC/ |
| H A D | Makefile | 51 LIB = .a macro 54 all: softfloat$(LIB) 268 softfloat$(LIB): $(OBJS_ALL) 274 $(DELETE) $(OBJS_ALL) softfloat$(LIB)
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/template-not-FAST_INT64/ |
| H A D | Makefile | 51 ==> LIB = .a 54 all: softfloat$(LIB) 268 softfloat$(LIB): $(OBJS_ALL) 274 $(DELETE) $(OBJS_ALL) softfloat$(LIB)
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | sub.mk | 1 subdirs-y += lib
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/ |
| H A D | sub.mk | 1 incdirs-lib-y += arm32_include
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/Linux-x86_64-GCC/ |
| H A D | Makefile | 51 LIB = .a macro 54 all: softfloat$(LIB) 329 softfloat$(LIB): $(OBJS_ALL) 335 $(DELETE) $(OBJS_ALL) softfloat$(LIB)
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/template-FAST_INT64/ |
| H A D | Makefile | 52 ==> LIB = .a 55 all: softfloat$(LIB) 330 softfloat$(LIB): $(OBJS_ALL) 336 $(DELETE) $(OBJS_ALL) softfloat$(LIB)
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/build/Win64-MinGW-w64/ |
| H A D | Makefile | 51 LIB = .a macro 54 all: softfloat$(LIB) 329 softfloat$(LIB): $(OBJS_ALL) 335 $(DELETE) $(OBJS_ALL) softfloat$(LIB)
|
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | rng_get_bytes.c | 89 #pragma comment(lib, "bcrypt.lib")
|
| /optee_os/ |
| H A D | MAINTAINERS | 136 F: lib/libutils/ext/ftrace/ 356 F: lib/libutee/arch/riscv/ 357 F: lib/libutils/ext/arch/riscv/ 358 F: lib/libutils/isoc/arch/riscv/
|