bsps: Move <bsp/linker-symbols.h> to shared

Move architecture-independent items to a shared <bsp/linker-symbols.h>.
Allow architectures to customize it through <bsp/linker-symbols-arch.h>.
This commit is contained in:
Sebastian Huber
2024-10-04 03:48:19 +02:00
parent c538079ec1
commit f43042cd06
19 changed files with 397 additions and 599 deletions

View File

@@ -10,7 +10,8 @@ includes: []
install:
- destination: ${BSP_INCLUDEDIR}/bsp
source:
- bsps/or1k/include/bsp/linker-symbols.h
- bsps/include/bsp/linker-symbols.h
- bsps/or1k/include/bsp/linker-symbols-arch.h
ldflags: []
links: []
type: build