Lines Matching full:core
4 sm := core
7 arch-dir := core/arch/$(ARCH)
11 # $(ARCH).mk also sets the compiler for the core module
12 include core/arch/$(ARCH)/$(ARCH).mk
15 ifeq ($(arch-bits-core),64)
30 include core/crypto.mk
33 include core/lib/scmi-server/conf.mk
40 cppflags$(sm) += -I$(out-dir)/core/include
41 cppflags$(sm) += $(core-platform-cppflags)
42 cflags$(sm) += $(core-platform-cflags)
45 core-stackp-cflags-$(CFG_CORE_STACK_PROTECTOR) := -fstack-protector
46 core-stackp-cflags-$(CFG_CORE_STACK_PROTECTOR_STRONG) := -fstack-protector-strong
47 core-stackp-cflags-$(CFG_CORE_STACK_PROTECTOR_ALL) := -fstack-protector-all
49 core-stackp-cflags-y := -fno-stack-protector
51 cflags$(sm) += $(core-stackp-cflags-y)
82 aflags$(sm) += $(core-platform-aflags)
145 libdir = core/lib/libtomcrypt
151 ifeq ($(firstword $(subst /, ,$(CFG_CRYPTOLIB_DIR))),core)
152 # If a library can be compiled for both core and user space a base-prefix
154 # library resides under core then it can't be compiled to user space.
165 libdir = core/lib/libfdt
170 libdir = core/lib/zlib
176 libdir = core/lib/libefi
186 libdir = core/lib/scmi-server
192 libdir = core/lib/qcbor
200 subdirs = $(core-platform-subdirs) core
207 core/arch/$(ARCH)/kernel/link.mk)