We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87233bc commit 79c4098Copy full SHA for 79c4098
mcux/mcux-sdk-ng/drivers/netc/CMakeLists.txt
@@ -20,6 +20,15 @@ if(CONFIG_MCUX_COMPONENT_driver.netc_imx95)
20
21
endif()
22
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
32
if(CONFIG_MCUX_COMPONENT_driver.netc)
33
mcux_component_version(2.8.1)
34
0 commit comments