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