simbit18 commented on PR #18407:
URL: https://github.com/apache/nuttx/pull/18407#issuecomment-3926286840

   Hi @pbarada, please align CMakeLists.txt with Makefile
   
   add this
   
   ```
   if(CONFIG_ARCH_BUTTONS)
     list(APPEND SRCS stm32_buttons.c)
   endif()
   ```
    here 
   
   
https://github.com/pbarada/nuttx/blob/9fd154a0b4ada10201a19ec651a82a461aff0689/boards/arm/stm32h7/nucleo-h743zi2/src/CMakeLists.txt#L34


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to