From 3c19f8a37d4f52d914090c234aaa941ccd74c9f7 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Tue, 11 Jun 2024 14:36:59 +0200 Subject: [PATCH] Makefile.include: fix override headers from application --- Makefile.include | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.include b/Makefile.include index 761186ca49..3fe884aed2 100644 --- a/Makefile.include +++ b/Makefile.include @@ -397,6 +397,7 @@ ifneq (,$(IOTLAB_NODE)) endif # Add standard include directories +INCLUDES += -I$(APPDIR) INCLUDES += -I$(RIOTBASE)/core/lib/include INCLUDES += -I$(RIOTBASE)/core/include INCLUDES += -I$(RIOTBASE)/drivers/include