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:
commit
41e594d25b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user