Skip to content

Commit 74ec105

Browse files
henrikbrixandersenMaureenHelm
authored andcommitted
mcux: drivers: kinetis: add PWT support
Add support for compiling the PWT source file if CONFIG_PWM_MCUX_PWT is enabled. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 5a54d40 commit 74ec105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcux/drivers/kinetis/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ zephyr_library_sources_ifdef(CONFIG_I2C_MCUX_LPI2C fsl_lpi2c.c)
3131
zephyr_library_sources_ifdef(CONFIG_MCUX_ACMP fsl_acmp.c)
3232
zephyr_library_sources_ifdef(CONFIG_PWM_MCUX_FTM fsl_ftm.c)
3333
zephyr_library_sources_ifdef(CONFIG_PWM_MCUX_TPM fsl_tpm.c)
34+
zephyr_library_sources_ifdef(CONFIG_PWM_MCUX_PWT fsl_pwt.c)
3435
zephyr_library_sources_ifdef(CONFIG_RTC_MCUX fsl_rtc.c)
3536
zephyr_library_sources_ifdef(CONFIG_SOC_FLASH_MCUX fsl_ftfx_flash.c fsl_ftfx_controller.c)
3637
zephyr_library_sources_ifdef(CONFIG_SPI_MCUX_DSPI fsl_dspi.c)

0 commit comments

Comments
 (0)