drivers/leds/CMakeLists.txt: Aligned Cmake with Make

Add:

KTD2052 led driver

#16217

Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
simbit18 2025-08-20 11:13:54 +02:00 committed by Lup Yuen Lee
parent d54fb6ad00
commit 50bbad510a

View file

@ -34,6 +34,10 @@ if(CONFIG_LEDS_APA102)
list(APPEND SRCS apa102.c) list(APPEND SRCS apa102.c)
endif() endif()
if(CONFIG_KTD2052)
list(APPEND SRCS ktd2052.c)
endif()
if(CONFIG_LEDS_MAX7219) if(CONFIG_LEDS_MAX7219)
list(APPEND SRCS max7219.c) list(APPEND SRCS max7219.c)
endif() endif()