1include core/arch/$(ARCH)/plat-$(PLATFORM)/platform_flags.mk 2 3CFG_ARM32_core ?= y 4CFG_NUM_THREADS ?= 4 5 6core-platform-cppflags = -I$(arch-dir)/include 7core-platform-subdirs += \ 8 $(addprefix $(arch-dir)/, kernel mm tee sta) $(platform-dir) 9core-platform-subdirs += $(arch-dir)/sm 10 11libutil_with_isoc := y 12CFG_SECURE_TIME_SOURCE_CNTPCT := y 13CFG_WITH_STACK_CANARIES := y 14CFG_SUNXI_UART ?= y 15CFG_MMU_V7_TTB ?= y 16CFG_PM_STUBS ?= y 17 18include mk/config.mk 19 20CFG_TEE_CORE_EMBED_INTERNAL_TESTS ?= y 21 22core-platform-cppflags += -DTEE_USE_DLMALLOC 23core-platform-cppflags += -D_USE_SLAPORT_LIB 24 25core-platform-cppflags += -DCFG_NO_TA_HASH_SIGN 26CFG_GIC := y 27