summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/grp.yml
blob: a6bc0d5a31c060f0d785772e3e4f221a1b2dc8af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: group
copyrights:
- Copyright (C) 2020 On-Line Applications Research (OAR)
enabled-by: true
includes: []
install:
- destination: ${BSP_INCLUDEDIR}/bsp
  source:
  - bsps/aarch64/include/bsp/linker-symbols.h
  - bsps/aarch64/include/bsp/start.h
- destination: ${BSP_INCLUDEDIR}/dev/clock
  source:
  - bsps/include/dev/clock/arm-generic-timer.h
- destination: ${BSP_INCLUDEDIR}/dev/irq
  source:
  - bsps/aarch64/include/dev/irq/arm-gic-arch.h
  - bsps/include/dev/irq/arm-gic-irq.h
  - bsps/include/dev/irq/arm-gic-regs.h
  - bsps/include/dev/irq/arm-gic-tm27.h
  - bsps/include/dev/irq/arm-gic.h
- destination: ${BSP_LIBDIR}
  source:
  - bsps/aarch64/shared/start/linkcmds.base
ldflags: []
links: []
type: build
use-after: []
use-before: []