Skip to content
Snippets Groups Projects
Unverified Commit e5a5978a authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #8606 from aabadie/pr/fix_drivers_include_indent

drivers: fix indentation in Makefile.include
parents 33b0b759 88bc7ccd
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ ifneq (,$(filter sdcard_spi,$(USEMODULE)))
USEMODULE_INCLUDES += $(RIOTBASE)/drivers/sdcard_spi/include
endif
ifneq (,$(filter soft_spi,$(USEMODULE)))
USEMODULE_INCLUDES += $(RIOTBASE)/drivers/soft_spi/include
USEMODULE_INCLUDES += $(RIOTBASE)/drivers/soft_spi/include
endif
ifneq (,$(filter veml6070,$(USEMODULE)))
USEMODULE_INCLUDES += $(RIOTBASE)/drivers/veml6070/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment