summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/imx/bspimx.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/bsps/arm/imx/bspimx.yml')
-rw-r--r--spec/build/bsps/arm/imx/bspimx.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/build/bsps/arm/imx/bspimx.yml b/spec/build/bsps/arm/imx/bspimx.yml
index 0d32669a4a..48d41890c7 100644
--- a/spec/build/bsps/arm/imx/bspimx.yml
+++ b/spec/build/bsps/arm/imx/bspimx.yml
@@ -29,6 +29,9 @@ install:
source:
- bsps/arm/imx/include/bsp/imx-gpio.h
- bsps/arm/imx/include/bsp/irq.h
+- destination: ${BSP_INCLUDEDIR}/dev/clock
+ source:
+ - bsps/include/dev/clock/arm-generic-timer.h
- destination: ${BSP_LIBDIR}
source:
- bsps/arm/imx/start/linkcmds
@@ -88,7 +91,8 @@ source:
- bsps/arm/imx/start/imx_iomux.c
- bsps/arm/shared/cache/cache-cp15.c
- bsps/arm/shared/cache/cache-v7ar-disable-data.S
-- bsps/arm/shared/clock/clock-generic-timer.c
+- bsps/shared/dev/clock/arm-generic-timer.c
+- bsps/arm/shared/clock/arm-generic-timer-aarch32.c
- bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
- bsps/arm/shared/cp15/arm-cp15-set-ttb-entries.c
- bsps/arm/shared/irq/irq-gic.c