forked from Imagelibrary/rtems
Do not warn about excessive shifts in imported Xilinx driver code when building with the ILP32 ABI. The two instances of this warning produce the desired effect of setting the upper address bits to 0.
27 lines
679 B
YAML
27 lines
679 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags:
|
|
- -Wno-shift-count-overflow
|
|
copyrights:
|
|
- Copyright (C) 2022 On-Line Applications Research (OAR)
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
includes:
|
|
- bsps/include/dev/nand/
|
|
- bsps/include/xil/
|
|
- bsps/include/xil/${XIL_SUPPORT_PATH}/
|
|
install:
|
|
- destination: ${BSP_INCLUDEDIR}/dev/nand
|
|
source:
|
|
- bsps/include/dev/nand/xnandpsu_bbm.h
|
|
- bsps/include/dev/nand/xnandpsu.h
|
|
- bsps/include/dev/nand/xnandpsu_hw.h
|
|
- bsps/include/dev/nand/xnandpsu_onfi.h
|
|
links: []
|
|
source:
|
|
- bsps/shared/dev/nand/xnandpsu_bbm.c
|
|
- bsps/shared/dev/nand/xnandpsu.c
|
|
- bsps/shared/dev/nand/xnandpsu_onfi.c
|
|
type: build
|