summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/start.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-04-17 15:37:07 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-12-06 13:35:37 +0100
commitba89aae89d45d5d611a7f7163f3c73268a5a32b9 (patch)
tree61c169215ab84df63510d209196878eb31cf362d /spec/build/bsps/arm/start.yml
parentbuild: Add assert-in-set option action (diff)
downloadrtems-ba89aae89d45d5d611a7f7163f3c73268a5a32b9.tar.bz2
bsps/arm: BSP_START_VECTOR_ADDRESS_TABLE_ALIGNMENT
Add the BSP option BSP_START_VECTOR_ADDRESS_TABLE_ALIGNMENT to optionally define an alignment of the vector address table begin.
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/arm/start.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/build/bsps/arm/start.yml b/spec/build/bsps/arm/start.yml
index 067fec1173..8e82d0ea48 100644
--- a/spec/build/bsps/arm/start.yml
+++ b/spec/build/bsps/arm/start.yml
@@ -7,7 +7,9 @@ cppflags: []
enabled-by: true
includes: []
install-path: ${BSP_LIBDIR}
-links: []
+links:
+- role: build-dependency
+ uid: optstartvecaddralign
source:
- bsps/arm/shared/start/start.S
target: start.o