This is an automated email from the ASF dual-hosted git repository.

lupyuen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 50bbad510a5 drivers/leds/CMakeLists.txt: Aligned Cmake with Make
50bbad510a5 is described below

commit 50bbad510a50454924ec2577ea4d20e2c251937e
Author: simbit18 <101105604+simbi...@users.noreply.github.com>
AuthorDate: Wed Aug 20 11:13:54 2025 +0200

    drivers/leds/CMakeLists.txt: Aligned Cmake with Make
    
    Add:
    
    KTD2052 led driver
    
    #16217
    
    Signed-off-by: simbit18 <simbi...@gmail.com>
---
 drivers/leds/CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/leds/CMakeLists.txt b/drivers/leds/CMakeLists.txt
index eb292f16da0..70ffdbbaaac 100644
--- a/drivers/leds/CMakeLists.txt
+++ b/drivers/leds/CMakeLists.txt
@@ -34,6 +34,10 @@ if(CONFIG_LEDS_APA102)
   list(APPEND SRCS apa102.c)
 endif()
 
+if(CONFIG_KTD2052)
+  list(APPEND SRCS ktd2052.c)
+endif()
+
 if(CONFIG_LEDS_MAX7219)
   list(APPEND SRCS max7219.c)
 endif()

Reply via email to