forked from Imagelibrary/rtems
Add the BSP option BSP_START_VECTOR_ADDRESS_TABLE_ALIGNMENT to optionally define an alignment of the vector address table begin.
17 lines
351 B
YAML
17 lines
351 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
asflags: []
|
|
build-type: start-file
|
|
copyrights:
|
|
- Copyright (C) 2020 embedded brains GmbH & Co. KG
|
|
cppflags: []
|
|
enabled-by: true
|
|
includes: []
|
|
install-path: ${BSP_LIBDIR}
|
|
links:
|
|
- role: build-dependency
|
|
uid: optstartvecaddralign
|
|
source:
|
|
- bsps/arm/shared/start/start.S
|
|
target: start.o
|
|
type: build
|