drivers: mm: add skeleton build files and common funcs
This adds skeleton Kconfig/CMakeLists.txt and common implementation of some sys_mm_drv_*() functions. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
213fccbfe4
commit
11c3b1d379
7 changed files with 738 additions and 0 deletions
5
drivers/mm/CMakeLists.txt
Normal file
5
drivers/mm/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_library()
|
||||
|
||||
zephyr_library_sources(mm_drv_common.c)
|
Loading…
Add table
Add a link
Reference in a new issue