Skip to content

Commit 79c4098

Browse files
yangbolu1991mmahadevan108
authored andcommitted
mcux-sdk-ng: netc: support i.MX943 NETC driver in CMakeLists.txt
Supported i.MX943 NETC driver in CMakeLists.txt. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
1 parent 87233bc commit 79c4098

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mcux/mcux-sdk-ng/drivers/netc/CMakeLists.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ if(CONFIG_MCUX_COMPONENT_driver.netc_imx95)
2020

2121
endif()
2222

23+
if(CONFIG_MCUX_COMPONENT_driver.netc_imx943)
24+
mcux_component_version(2.0.0)
25+
26+
mcux_add_source(SOURCES socs/imx943/fsl_netc_soc.c socs/imx943/fsl_netc_soc.h)
27+
28+
mcux_add_include(INCLUDES ./socs/imx943)
29+
30+
endif()
31+
2332
if(CONFIG_MCUX_COMPONENT_driver.netc)
2433
mcux_component_version(2.8.1)
2534

0 commit comments

Comments
 (0)