Determined via codesearch. Test: treehugger Change-Id: I5138e1b2294d39e11b46f9e1751c41b842c1743b
7 lines
228 B
Makefile
7 lines
228 B
Makefile
# Configuration for Linux on ARM.
|
|
# Generating binaries for the ARMv7-a architecture and higher with NEON
|
|
#
|
|
ARCH_ARM_HAVE_VFP := true
|
|
ARCH_ARM_HAVE_VFP_D32 := true
|
|
ARCH_ARM_HAVE_NEON := true
|