# This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. config ADK_TARGET_FPU string depends on ADK_TARGET_ARCH_ARM default "vfp" if ADK_TARGET_CPU_WITH_FPU_VFP default "vfp3" if ADK_TARGET_CPU_WITH_FPU_VFP3 default "vfp4" if ADK_TARGET_CPU_WITH_FPU_VFP4 default "neon" if ADK_TARGET_CPU_WITH_NEON