Skip to content

Commit 8644203

Browse files
aurel32nashif
authored andcommitted
drivers: pinmux: add PINMUX_DEV CMakeLists.txt
The drivers/pinmux/dev directory doesn't containe any CMakeLists.txt file, preventing to enable the PINMUX_DEV option. Fix that by providing one. Signed-off-by: Aurelien Jarno <[email protected]>
1 parent abf54a5 commit 8644203

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/pinmux/dev/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
zephyr_sources_ifdef(CONFIG_PINMUX_DEV_ARM_V2M_BEETLE pinmux_dev_arm_beetle.c)
2+
zephyr_sources_ifdef(CONFIG_PINMUX_DEV_ATMEL_SAM3X pinmux_dev_atmel_sam3x.c)
3+
zephyr_sources_ifdef(CONFIG_PINMUX_DEV_STM32 pinmux_dev_stm32.c)

0 commit comments

Comments
 (0)