source: rtems/spec/build/bsps/objnandpsu.yml @ 1da87d6

Last change on this file since 1da87d6 was 1da87d6, checked in by Kinsey Moore <kinsey.moore@…>, on 01/18/23 at 16:24:28

spec: Install NandPsu? headers correctly

These headers were mistakenly placed in the root of the installed BSP
include directory. They should be in dev/nand.

  • Property mode set to 100644
File size: 700 bytes
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/dev/nand/
11- bsps/include/xil/
12- bsps/include/xil/${XIL_SUPPORT_PATH}/
13install:
14- destination: ${BSP_INCLUDEDIR}/dev/nand
15  source:
16  - bsps/include/dev/nand/xnandpsu_bbm.h
17  - bsps/include/dev/nand/xnandpsu.h
18  - bsps/include/dev/nand/xnandpsu_hw.h
19  - bsps/include/dev/nand/xnandpsu_onfi.h
20links:
21- role: build-dependency
22  uid: objxilinxsupport
23source:
24- bsps/shared/dev/nand/xnandpsu_bbm.c
25- bsps/shared/dev/nand/xnandpsu.c
26- bsps/shared/dev/nand/xnandpsu_onfi.c
27type: build
Note: See TracBrowser for help on using the repository browser.