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:
parent
d54fb6ad00
commit
50bbad510a
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue