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

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

commit e5a0c4ae88ff0e4d5ca998564562d6b5237454d5
Author: Alin Jerpelea <[email protected]>
AuthorDate: Fri Aug 14 12:43:00 2026 +0200

    sim: update Makefile to match Cmake config
    
    follow the 3b1aea4bb0f7af36ca931ca969f360b001830fa8 commit and update the 
include
    
    Signed-off-by: Alin Jerpelea <[email protected]>
---
 arch/sim/src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sim/src/Makefile b/arch/sim/src/Makefile
index 7a7683822f6..d25c0a345bb 100644
--- a/arch/sim/src/Makefile
+++ b/arch/sim/src/Makefile
@@ -42,7 +42,7 @@ INCLUDES += 
${INCDIR_PREFIX}$(APPSDIR)/audioutils/libmad/libmad
 endif
 
 ifeq ($(CONFIG_AUDIOUTILS_LAME),y)
-INCLUDES += ${INCDIR_PREFIX}$(APPSDIR)/audioutils/lame/lame
+INCLUDES += ${INCDIR_PREFIX}$(APPSDIR)/audioutils/lame/lame/include
 endif
 
 CPPFLAGS += $(INCLUDES)

Reply via email to