aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/board/generic/BoardConfig.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/board/generic/BoardConfig.mk b/target/board/generic/BoardConfig.mk
index 738c03731..cdb1d298c 100644
--- a/target/board/generic/BoardConfig.mk
+++ b/target/board/generic/BoardConfig.mk
@@ -16,9 +16,10 @@
16# arm emulator specific definitions 16# arm emulator specific definitions
17TARGET_ARCH := arm 17TARGET_ARCH := arm
18 18
19# Note: Before Pi, we built the platform images for ARMv7-A _without_ NEON. 19# Note: Before P, we built the platform images for ARMv7-A _without_ NEON.
20# Note: Before Q, we built the CTS and SDK images for ARMv7-A _without_ NEON.
20# 21#
21ifneq ($(TARGET_BUILD_APPS)$(filter cts sdk,$(MAKECMDGOALS)),) 22ifneq ($(TARGET_BUILD_APPS),)
22# DO NOT USE 23# DO NOT USE
23# 24#
24# This architecture variant should NOT be used for 32 bit arm platform 25# This architecture variant should NOT be used for 32 bit arm platform