1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #454 from LudwigOrtmann/msba2ltcdep

model ltc4150 dependency in msba2-common Makefile
This commit is contained in:
Oleg Hahm 2013-12-19 08:35:51 -08:00
commit 41e594d25b

View File

@ -12,3 +12,9 @@ ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
USEMODULE += gpioint
endif
endif
ifneq (,$(findstring ltc4150,$(USEMODULE)))
ifeq (,$(findstring gpioint,$(USEMODULE)))
USEMODULE += gpioint
endif
endif