mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
model ltc4150 dependency in msba2-common Makefile
This commit is contained in:
parent
2890cb908b
commit
076b2a70d3
@ -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