1
0
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:
Ludwig Ortmann 2013-12-19 17:34:07 +01:00
parent 2890cb908b
commit 076b2a70d3

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