west.yml: Make nxp hal a zephyr_library
Stops leaking long source paths in build directories and makes them deterministic. When building samples/hello_world for frdm_k64f, this changes the build directories from: build └── zephyr └── CMakeFiles └── zephyr.dir └── home └── maureen └── zephyrproject └── modules └── hal └── nxp └── mcux ├── devices │ └── MK64F12 │ └── fsl_clock.c.obj └── drivers └── kinetis └── fsl_uart.c.obj to: build/ └── modules └── nxp └── lib..__modules__hal__nxp.a Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
a0152bbae2
commit
cf0587c3ec
1 changed files with 1 additions and 1 deletions
2
west.yml
2
west.yml
|
@ -95,7 +95,7 @@ manifest:
|
|||
revision: 1c4fdba512b268033a4cf926bddd323866c3261a
|
||||
path: tools/net-tools
|
||||
- name: hal_nxp
|
||||
revision: 44c6b1998d9526713c00f5c6a49b8a910419c50a
|
||||
revision: a239b33c64db9ce5c8809ba54d50ade0d1864411
|
||||
path: modules/hal/nxp
|
||||
- name: open-amp
|
||||
revision: 724f7e2a4519d7e1d40ef330042682dea950c991
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue