Skip to content

Commit 384bb4f

Browse files
mmahadevan108decsny
authored andcommitted
cmake: Add SoC DMA file for MCXN947
Add the SoC DMA cmake file for MCXN947 Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
1 parent 1a360db commit 384bb4f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#Description: EDMA SOC Driver; user_visible: True
2+
include_guard(GLOBAL)
3+
message("driver_edma_soc component is included.")
4+
5+
target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE
6+
${CMAKE_CURRENT_LIST_DIR}/fsl_edma_soc.c
7+
)
8+
9+
target_include_directories(${MCUX_SDK_PROJECT_NAME} PUBLIC
10+
${CMAKE_CURRENT_LIST_DIR}/.
11+
)
12+
13+
14+
include(driver_common)
15+
include(driver_edma4)

0 commit comments

Comments
 (0)