source: rtems/spec/build/bsps/objxilinxsupport.yml @ c0fad60

Last change on this file since c0fad60 was c0fad60, checked in by Kinsey Moore <kinsey.moore@…>, on 02/02/23 at 20:58:56

bsps/xil: Import full xil_exception.h

This imports the full xil_exception.h instead of an empty stub. This is
required for some Xilinx drivers. The imported files adhere to the
current VERSION file.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: objects
3cflags: []
4copyrights:
5- Copyright (C) 2022 On-Line Applications Research (OAR)
6cppflags: []
7cxxflags: []
8enabled-by: true
9includes:
10- bsps/include/xil/
11- bsps/include/xil/${XIL_SUPPORT_PATH}/
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/include/xil/bspconfig.h
16  - bsps/include/xil/sleep.h
17  - bsps/include/xil/xbasic_types.h
18  - bsps/include/xil/xil_assert.h
19  - bsps/include/xil/xil_io.h
20  - bsps/include/xil/xil_mem.h
21  - bsps/include/xil/xil_printf.h
22  - bsps/include/xil/xil_smc.h
23  - bsps/include/xil/xil_types.h
24  - bsps/include/xil/xparameters.h
25  - bsps/include/xil/xpseudo_asm_gcc.h
26  - bsps/include/xil/xstatus.h
27links:
28- role: build-dependency
29  uid: objxilinxsupportmb
30- role: build-dependency
31  uid: objxilinxsupportr5
32- role: build-dependency
33  uid: objxilinxsupporta9
34- role: build-dependency
35  uid: objxilinxsupportilp32
36- role: build-dependency
37  uid: objxilinxsupportlp64
38- role: build-dependency
39  uid: optxilsupportpath
40source:
41- bsps/shared/xil/xil_cache.c
42- bsps/shared/xil/xil_assert.c
43- bsps/shared/xil/xil_mem.c
44type: build
Note: See TracBrowser for help on using the repository browser.