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

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

commit 3fa62118f1f004005f81c1ef01d6463483e43d9b
Author: ouyangxiangzhen <[email protected]>
AuthorDate: Wed Jan 7 11:35:18 2026 +0800

    sched/hrtimer: Fix hrtimer compilation.
    
    This commit fixed hrtimer compilation issue.
    
    Signed-off-by: ouyangxiangzhen <[email protected]>
---
 sched/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sched/Makefile b/sched/Makefile
index 92989e81253..2d743dfd3bb 100644
--- a/sched/Makefile
+++ b/sched/Makefile
@@ -43,6 +43,7 @@ include timer/Make.defs
 include tls/Make.defs
 include wdog/Make.defs
 include wqueue/Make.defs
+include hrtimer/Make.defs
 
 CFLAGS += ${INCDIR_PREFIX}$(TOPDIR)$(DELIM)sched
 

Reply via email to