xref: /optee_os/core/core.mk (revision 331ebf7eab80eb41828979ff4ba8372691117f30)
1b0104773SPascal Brandinclude mk/cleanvars.mk
2b0104773SPascal Brand
3b0104773SPascal Brand# Set current submodule (used for module specific flags compile result etc)
4b0104773SPascal Brandsm := core
5b0104773SPascal Brandsm-$(sm) := y
6b0104773SPascal Brand
74334e8d7SJerome Forissierarch-dir	:= core/arch/$(ARCH)
84334e8d7SJerome Forissierplatform-dir	:= $(arch-dir)/plat-$(PLATFORM)
94334e8d7SJerome Forissierinclude $(platform-dir)/conf.mk
10739804b5SJens Wiklanderinclude mk/config.mk
11*331ebf7eSJerome Forissier# $(ARCH).mk also sets the compiler for the core module
120de9a5fbSJens Wiklanderinclude core/arch/$(ARCH)/$(ARCH).mk
13b0104773SPascal Brand
149fc53171SJerome ForissierPLATFORM_$(PLATFORM) := y
159fc53171SJerome ForissierPLATFORM_FLAVOR_$(PLATFORM_FLAVOR) := y
169fc53171SJerome Forissier
176b385aafSJerome Forissier$(eval $(call cfg-depends-all,CFG_PAGED_USER_TA,CFG_WITH_PAGER CFG_WITH_USER_TA))
183d3ad63dSJens Wiklanderinclude core/crypto.mk
19a884c935SJens Wiklander
2045082335SJens Wiklandercppflags$(sm)	+= -D__KERNEL__
2145082335SJens Wiklander
22a3911433SJerome Forissiercppflags$(sm)	+= -Icore/include
23b5569a68SPascal Brandcppflags$(sm)	+= -include $(conf-file)
2489fe7c3cSJerome Forissiercppflags$(sm)	+= -I$(out-dir)/core/include
25739804b5SJens Wiklandercppflags$(sm)	+= $(core-platform-cppflags)
26739804b5SJens Wiklandercflags$(sm)	+= $(core-platform-cflags)
27be715239SJens Wiklanderifeq ($(CFG_CORE_SANITIZE_UNDEFINED),y)
28be715239SJens Wiklandercflags$(sm)	+= -fsanitize=undefined
29be715239SJens Wiklanderendif
301d171f95SJens Wiklanderifeq ($(CFG_CORE_SANITIZE_KADDRESS),y)
311d171f95SJens Wiklanderifeq ($(CFG_ASAN_SHADOW_OFFSET),)
321d171f95SJens Wiklander$(error error: CFG_CORE_SANITIZE_KADDRESS not supported by platform (flavor))
331d171f95SJens Wiklanderendif
3498d863a5SJerome Forissierifeq ($(COMPILER),clang)
3598d863a5SJerome Forissier$(error error: CFG_CORE_SANITIZE_KADDRESS not supported with Clang)
3698d863a5SJerome Forissierendif
371d171f95SJens Wiklandercflags_kasan	+= -fsanitize=kernel-address \
381d171f95SJens Wiklander		   -fasan-shadow-offset=$(CFG_ASAN_SHADOW_OFFSET)\
391d171f95SJens Wiklander		   --param asan-stack=1 --param asan-globals=1 \
401d171f95SJens Wiklander		   --param asan-instrumentation-with-call-threshold=0
411d171f95SJens Wiklandercflags$(sm)	+= $(cflags_kasan)
421d171f95SJens Wiklanderendif
43099918f6SSumit Gargifeq ($(CFG_SYSCALL_FTRACE),y)
44099918f6SSumit Gargcflags$(sm)	+= -pg
45099918f6SSumit Gargendif
46739804b5SJens Wiklanderaflags$(sm)	+= $(core-platform-aflags)
47b0104773SPascal Brand
488a1e7b89SJerome Forissiercppflags$(sm) += -DTRACE_LEVEL=$(CFG_TEE_CORE_LOG_LEVEL)
49156fe685SPascal Brandifeq ($(CFG_TEE_CORE_MALLOC_DEBUG),y)
50156fe685SPascal Brandcppflags$(sm) += -DENABLE_MDBG=1
51156fe685SPascal Brandendif
5299eee037SEtienne Carriereifneq ($(CFG_TEE_CORE_DEBUG),y)
5399eee037SEtienne Carrierecppflags$(sm)  += -DNDEBUG
5499eee037SEtienne Carriereendif
55b0104773SPascal Brand
56dd22da8eSJens Wiklandercppflags$(sm)	+= -Ildelf/include
57b0104773SPascal Brandcppflags$(sm)	+= -Ilib/libutee/include
58b0104773SPascal Brand
598aeb6c94SJens Wiklanderifeq ($(filter y, $(CFG_CORE_DYN_SHM) $(CFG_CORE_RESERVED_SHM)),)
608aeb6c94SJens Wiklander$(error error: No shared memory configured)
618aeb6c94SJens Wiklanderendif
628aeb6c94SJens Wiklander
63fe52b1f5SJerome Forissier# Tell all libraries and sub-directories (included below) that we have a
64fe52b1f5SJerome Forissier# configuration file
65fe52b1f5SJerome Forissier
66b5569a68SPascal Brandconf-file := $(out-dir)/include/generated/conf.h
67b5569a68SPascal Brandconf-mk-file := $(out-dir)/conf.mk
68b924c494SJens Wiklanderconf-cmake-file := $(out-dir)/conf.cmake
69dde0e235Setienne carriere$(conf-file): $(conf-mk-file)
70dde0e235Setienne carriere
71fe52b1f5SJerome Forissiercleanfiles += $(conf-file)
72dde0e235Setienne carrierecleanfiles += $(conf-mk-file)
7340015a64SJerome Forissiercleanfiles += $(conf-cmake-file)
74fe52b1f5SJerome Forissier
75fe52b1f5SJerome Forissier$(conf-file): FORCE
76fe52b1f5SJerome Forissier	$(call check-conf-h)
77fe52b1f5SJerome Forissier
78dde0e235Setienne carriere$(conf-mk-file):  FORCE
793354f9b2SJerome Forissier	$(call check-conf-mk)
80dde0e235Setienne carriere
81b924c494SJens Wiklander$(conf-cmake-file):  FORCE
82b924c494SJens Wiklander	$(call check-conf-cmake)
83b924c494SJens Wiklander
84b0104773SPascal Brand#
85b0104773SPascal Brand# Do libraries
86b0104773SPascal Brand#
87b0104773SPascal Brand
88b0104773SPascal Brand# Set a prefix to avoid conflicts with user TAs that will use the same
89b0104773SPascal Brand# source but with different flags below
90b0104773SPascal Brandbase-prefix := $(sm)-
91b0104773SPascal Brandlibname = utils
92b0104773SPascal Brandlibdir = lib/libutils
93b0104773SPascal Brandinclude mk/lib.mk
94b0104773SPascal Brand
9518dd462bSJens Wiklander# CFG_CRYPTOLIB_NAME must not be changed beyond this line
9618dd462bSJens WiklanderCFG_CRYPTOLIB_NAME_$(CFG_CRYPTOLIB_NAME) := y
97e789ada3SJens Wiklander
98fcd21d9eSJens Wiklanderifeq ($(CFG_CRYPTOLIB_NAME),tomcrypt)
99e789ada3SJens Wiklander# We're compiling mbedtls too, but with a limited configuration which only
100e789ada3SJens Wiklander# provides the MPI routines
101e789ada3SJens Wiklanderlibname = mbedtls
102e789ada3SJens Wiklanderlibdir = lib/libmbedtls
103e789ada3SJens Wiklanderinclude mk/lib.mk
104fcd21d9eSJens Wiklanderendif #tomcrypt
105e789ada3SJens Wiklander
10677327d7aSEdison Aiifeq ($(CFG_CRYPTOLIB_NAME),mbedtls)
10777327d7aSEdison Ai$(call force,CFG_CRYPTO_RSASSA_NA1,n,not supported by mbedtls)
108884462feSJens Wiklanderlibname = tomcrypt
109884462feSJens Wiklanderlibdir = core/lib/libtomcrypt
110884462feSJens Wiklanderbase-prefix :=
111884462feSJens Wiklanderinclude mk/lib.mk
112884462feSJens Wiklanderbase-prefix := $(sm)-
11377327d7aSEdison Aiendif
11477327d7aSEdison Ai
115fa788ef9SJens Wiklanderifeq ($(firstword $(subst /, ,$(CFG_CRYPTOLIB_DIR))),core)
116fa788ef9SJens Wiklander# If a library can be compiled for both core and user space a base-prefix
117fa788ef9SJens Wiklander# is needed in order to avoid conflicts in the output. However, if the
118fa788ef9SJens Wiklander# library resides under core then it can't be compiled to user space.
119b0104773SPascal Brandbase-prefix :=
120fa788ef9SJens Wiklanderendif
121b0104773SPascal Brand
122d2d2d58bSdeebee-v2libname = $(CFG_CRYPTOLIB_NAME)
123d2d2d58bSdeebee-v2libdir = $(CFG_CRYPTOLIB_DIR)
124b0104773SPascal Brandinclude mk/lib.mk
125b0104773SPascal Brand
126fa788ef9SJens Wiklanderbase-prefix :=
127fa788ef9SJens Wiklander
128b908c675SJens Wiklanderlibname = fdt
129b908c675SJens Wiklanderlibdir = core/lib/libfdt
130b908c675SJens Wiklanderinclude mk/lib.mk
131b908c675SJens Wiklander
132b3be2f66SJerome Forissierifeq ($(CFG_ZLIB),y)
133b3be2f66SJerome Forissierlibname = zlib
134b3be2f66SJerome Forissierlibdir = core/lib/zlib
135b3be2f66SJerome Forissierinclude mk/lib.mk
136b3be2f66SJerome Forissierendif
137b3be2f66SJerome Forissier
138b0104773SPascal Brand#
139b0104773SPascal Brand# Do main source
140b0104773SPascal Brand#
141bc420748SJens Wiklander
142b0104773SPascal Brandsubdirs = $(core-platform-subdirs) core
143b0104773SPascal Brandinclude mk/subdir.mk
144bc420748SJens Wiklander
145b0104773SPascal Brandinclude mk/compile.mk
146d5a887c8SJens Wiklander
14771315c30SAndrew F. Davisinclude $(if $(wildcard $(platform-dir)/link.mk), \
14871315c30SAndrew F. Davis		$(platform-dir)/link.mk, \
14971315c30SAndrew F. Davis		core/arch/$(ARCH)/kernel/link.mk)
150