lib/libmetal: Add libmetal submodule.

libmetal provides an abstraction of the underlying hardware, to support
other OpenAMP components.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
iabdalkader
2024-02-20 12:28:36 +01:00
committed by Damien George
parent 5bed292c06
commit f6213ffc5c
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -62,3 +62,6 @@
[submodule "lib/open-amp"]
path = lib/open-amp
url = https://github.com/OpenAMP/open-amp.git
[submodule "lib/libmetal"]
path = lib/libmetal
url = https://github.com/OpenAMP/libmetal.git

1
lib/libmetal Submodule

Submodule lib/libmetal added at 0cb7d293a7