summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/i386/grp.yml
blob: fd7be8407e4592fd07f28c19ace02edd74c5a569 (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
30
31
32
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: group
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
includes: []
install:
- destination: ${BSP_INCLUDEDIR}
  source:
  - bsps/i386/include/i386_io.h
  - bsps/i386/include/uart.h
- destination: ${BSP_INCLUDEDIR}/bsp
  source:
  - bsps/i386/include/bsp/apic.h
  - bsps/i386/include/bsp/irq.h
  - bsps/i386/include/bsp/irq_asm.h
  - bsps/i386/include/bsp/realmode_int.h
  - bsps/i386/include/bsp/smp-imps.h
  - bsps/i386/include/bsp/tty_drv.h
- destination: ${BSP_INCLUDEDIR}/libcpu
  source:
  - bsps/i386/include/libcpu/byteorder.h
  - bsps/i386/include/libcpu/cpuModel.h
  - bsps/i386/include/libcpu/page.h
ldflags: []
links: []
type: build
use-after: []
use-before: []