This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch releases/13.0 in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 29e7998a0e88a37f843e747ddabeaac993f3e171 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 fea71fb23e3..05ae48828f9 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)
