mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
98ee7612f1
Added spec file for ARM-VFPv3 floating-point unit. This shadows 'base/include/arm/' with 'base/include/arm/vfp' and enables a 'memcpy_cpu' version that mainly uses the FPU. Enabled VFP support for 'foc_arndale'. Ref #773
6 lines
232 B
Makefile
6 lines
232 B
Makefile
SPECS += foc_arm platform_arndale uboot
|
|
|
|
include $(call select_from_repositories,mk/spec-fpu_vfpv3.mk)
|
|
include $(call select_from_repositories,mk/spec-platform_arndale.mk)
|
|
include $(call select_from_repositories,mk/spec-foc_arm.mk)
|