summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2023-01-18 10:24:28 -0600
committerJoel Sherrill <joel@rtems.org>2023-01-26 13:23:44 -0600
commit1da87d62937a2d000505f8bbd367e83f89a0c60e (patch)
tree194ad206f1c30956e851ce8391b6ef2715d9ed82
parentcpukit/rtems/src/partcreate.c: Correct style by adding braces (diff)
downloadrtems-1da87d62937a2d000505f8bbd367e83f89a0c60e.tar.bz2
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.
-rw-r--r--spec/build/bsps/objnandpsu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/build/bsps/objnandpsu.yml b/spec/build/bsps/objnandpsu.yml
index 0258417bd7..a0ff1b0b9e 100644
--- a/spec/build/bsps/objnandpsu.yml
+++ b/spec/build/bsps/objnandpsu.yml
@@ -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