forked from Imagelibrary/rtems
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.
This commit is contained in:
committed by
Joel Sherrill
parent
a2360c4f03
commit
1da87d6293
@@ -11,7 +11,7 @@ includes:
|
||||
- bsps/include/xil/
|
||||
- bsps/include/xil/${XIL_SUPPORT_PATH}/
|
||||
install:
|
||||
- destination: ${BSP_INCLUDEDIR}
|
||||
- destination: ${BSP_INCLUDEDIR}/dev/nand
|
||||
source:
|
||||
- bsps/include/dev/nand/xnandpsu_bbm.h
|
||||
- bsps/include/dev/nand/xnandpsu.h
|
||||
|
||||
Reference in New Issue
Block a user