ext: move libmetal to hal

libmetal itself isn't an ipc library, its a generic HAL abstraction
library so move it into ext/hal where it belongs.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-05-23 09:36:43 -05:00 committed by Kumar Gala
parent 9a06d119a8
commit bdf2f4ef31
186 changed files with 6 additions and 2 deletions

View file

@ -12,6 +12,10 @@ cmsis
The ARM Cortex Microcontroller Software Interface Standard (CMSIS) defines a
set of standard interfaces to ARM Cortex-M SoCs.
libmetal
--------
libmetal provides a HAL abstraction layer utilized by open-amp
gecko
-----
The Silicon Labs Gecko SDK provides device header files and peripheral drivers

View file

@ -2,7 +2,7 @@ include(ExternalProject)
ExternalProject_Add(
libmetal # Name for custom target
SOURCE_DIR $ENV{ZEPHYR_BASE}/ext/lib/ipc/libmetal/
SOURCE_DIR $ENV{ZEPHYR_BASE}/ext/hal/libmetal/libmetal/
INSTALL_COMMAND "" # This particular build system has no install command
CMAKE_ARGS -DWITH_ZEPHYR=ON -DBOARD=${BOARD} -DWITH_DEFAULT_LOGGER=OFF -DWITH_DOC=OFF
)

Some files were not shown because too many files have changed in this diff Show more