spec/aarch64: Ensure that libbsd can build properly

These files are required for libbsd to build against the AArch64 A53
BSPs.
This commit is contained in:
Kinsey Moore
2020-11-05 13:27:44 -06:00
committed by Joel Sherrill
parent cbfacee436
commit 0c7bb0ebbd

View File

@@ -5,6 +5,10 @@ copyrights:
enabled-by: true enabled-by: true
includes: [] includes: []
install: install:
- destination: ${BSP_INCLUDEDIR}/bsp
source:
- bsps/aarch64/include/bsp/linker-symbols.h
- bsps/aarch64/include/bsp/start.h
- destination: ${BSP_INCLUDEDIR}/dev/clock - destination: ${BSP_INCLUDEDIR}/dev/clock
source: source:
- bsps/include/dev/clock/arm-generic-timer.h - bsps/include/dev/clock/arm-generic-timer.h