xref: /optee_os-3.20.0/core/arch/arm/cpu/cortex-a7.mk
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1$(call force,CFG_ARM32_core,y)
2$(call force,CFG_ARM64_core,n)
3$(call force,CFG_HWSUPP_MEM_PERM_WXN,y)
4$(call force,CFG_HWSUPP_MEM_PERM_PXN,y)
5$(call force,CFG_ENABLE_SCTLR_Z,n)
6arm32-platform-cpuarch 	:= cortex-a7
7arm32-platform-cflags 	+= -mcpu=$(arm32-platform-cpuarch)
8arm32-platform-aflags 	+= -mcpu=$(arm32-platform-cpuarch)
9arm32-platform-cxxflags	+= -mcpu=$(arm32-platform-cpuarch)
10

Last Index update Sun Aug 20 00:18:20 CST 2023