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 0e12ffd commit 80ce0a0Copy full SHA for 80ce0a0
mcux/mcux-sdk/drivers/netc/driver_netc.cmake
@@ -4,6 +4,7 @@ message("driver_netc component is included.")
4
5
target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE
6
${CMAKE_CURRENT_LIST_DIR}/fsl_netc_endpoint.c
7
+ ${CMAKE_CURRENT_LIST_DIR}/fsl_netc_switch.c
8
${CMAKE_CURRENT_LIST_DIR}/fsl_netc_timer.c
9
${CMAKE_CURRENT_LIST_DIR}/fsl_netc_ierb.c
10
${CMAKE_CURRENT_LIST_DIR}/fsl_netc_mdio.c
0 commit comments