Skip to content
Snippets Groups Projects
Commit 51d89fab authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

driver, hd44780: set module dependencies

parent 26ec9041
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,11 @@ ifneq (,$(filter kw2xrf,$(USEMODULE)))
endif
endif
ifneq (,$(filter hd44780,$(USEMODULE)))
FEATURES_REQUIRED += periph_gpio
USEMODULE += xtimer
endif
ifneq (,$(filter lis3dh,$(USEMODULE)))
FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_spi
......
......@@ -22,6 +22,9 @@ endif
ifneq (,$(filter isl29125,$(USEMODULE)))
USEMODULE_INCLUDES += $(RIOTBASE)/drivers/isl29125/include
endif
ifneq (,$(filter hd44780,$(USEMODULE)))
USEMODULE_INCLUDES += $(RIOTBASE)/drivers/hd44780/include
endif
ifneq (,$(filter lps331ap,$(USEMODULE)))
USEMODULE_INCLUDES += $(RIOTBASE)/drivers/lps331ap/include
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment