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:
Maureen Helm 2020-06-01 10:10:36 -05:00 committed by Carles Cufí
commit cf0587c3ec

View file

@ -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