Skip to content

Commit

Permalink
sys: add auto_init includes treewide
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas authored and fabian18 committed Oct 17, 2022
1 parent b4dcbba commit faa0e05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions sys/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ ifneq (,$(filter app_metadata,$(USEMODULE)))
endif
endif

ifneq (,$(filter auto_init,$(USEMODULE)))
USEMODULE_INCLUDES += $(RIOTBASE)/sys/auto_init/include
endif

ifneq (,$(filter cpp11-compat,$(USEMODULE)))
USEMODULE_INCLUDES += $(RIOTBASE)/sys/cpp11-compat/include
endif
Expand Down
2 changes: 0 additions & 2 deletions sys/auto_init/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ ifneq (,$(filter auto_init_screen,$(USEMODULE)))
DIRS += screen
endif

INCLUDES += -I$(RIOTBASE)/sys/auto_init/include

include $(RIOTBASE)/Makefile.base

0 comments on commit faa0e05

Please sign in to comment.