Skip to content

Commit aa294ff

Browse files
hakehuangmmahadevan108
authored andcommitted
makefile: remove the sai_edma dependency
as zephyr has different dma framework so we do not include source code for sai_edma Signed-off-by: Hake Huang <[email protected]>
1 parent aee8eaa commit aa294ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mcux/hal_nxp.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ include_driver_ifdef(CONFIG_ETH_MCUX enet driver_enet)
116116
include_driver_ifdef(CONFIG_GPIO_MCUX_IGPIO igpio driver_igpio)
117117
include_driver_ifdef(CONFIG_I2C_MCUX_LPI2C lpi2c driver_lpi2c)
118118
include_driver_ifdef(CONFIG_I2S_MCUX_SAI sai driver_sai)
119-
include_driver_ifdef(CONFIG_I2S_MCUX_SAI sai_edma driver_sai_edma)
120119
include_driver_ifdef(CONFIG_MEMC_MCUX_FLEXSPI flexspi driver_flexspi)
121120
include_driver_ifdef(CONFIG_PWM_MCUX pwm driver_pwm)
122121
include_driver_ifdef(CONFIG_SPI_MCUX_LPSPI lpspi driver_lpspi)

0 commit comments

Comments
 (0)