1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 08:21:18 +01:00
RIOT/native/Makefile.dep
Ludwig Ortmann 0dd268345e fix Makefile.dep
remove cc1100 cruft
model ltc4150 dependency
2013-10-10 13:54:15 +02:00

7 lines
125 B
Makefile

ifneq (,$(findstring ltc4150,$(USEMODULE)))
ifeq (,$(findstring hwtimer,$(USEMODULE)))
USEMODULE += hwtimer
endif
endif