blob: 00b3b6c0d8113e2c02e6a08a5fd0489c7ad2e244 [file] [log] [blame]
Daniel Leung11c3b1d2021-12-07 10:22:24 -08001# SPDX-License-Identifier: Apache-2.0
2
3zephyr_library()
4
Anas Nashif3ccafb12022-06-21 12:28:08 -04005zephyr_include_directories(${ZEPHYR_BASE}/drivers)
Daniel Leung11c3b1d2021-12-07 10:22:24 -08006zephyr_library_sources(mm_drv_common.c)
Daniel Leung9e688e32021-12-07 11:04:47 -08007
8zephyr_library_sources_ifdef(
Anas Nashif3ccafb12022-06-21 12:28:08 -04009 CONFIG_MM_DRV_INTEL_ADSP_TLB
10 mm_drv_intel_adsp_tlb.c
11 )
12
13zephyr_sources_ifdef(
14 CONFIG_MM_DRV_INTEL_ADSP_MTL_TLB
15 mm_drv_intel_adsp_mtl_tlb.c
16 )