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 b7dc89e commit 75853f5Copy full SHA for 75853f5
mcux/hal_nxp.cmake
@@ -61,7 +61,6 @@ endif()
61
zephyr_include_directories(${CMAKE_CURRENT_LIST_DIR}/mcux-sdk/drivers/common)
62
63
#include shared drivers
64
-include_driver_ifdef(CONFIG_ADC_LPC_ADC lpc_adc driver_lpc_adc)
65
include_driver_ifdef(CONFIG_ADC_MCUX_LPADC lpadc driver_lpadc)
66
include_driver_ifdef(CONFIG_COUNTER_MCUX_CTIMER ctimer driver_ctimer)
67
include_driver_ifdef(CONFIG_COUNTER_MCUX_LPC_RTC lpc_rtc driver_lpc_rtc)
0 commit comments