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

fix Makefile.dep

remove cc1100 cruft
model ltc4150 dependency
This commit is contained in:
Ludwig Ortmann 2013-10-10 13:54:15 +02:00
parent 02fdebbeb5
commit 0dd268345e

View File

@ -1,6 +1,6 @@
ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
ifeq (,$(findstring cc110x_spi,$(USEMODULE)))
USEMODULE += cc110x_spi
ifneq (,$(findstring ltc4150,$(USEMODULE)))
ifeq (,$(findstring hwtimer,$(USEMODULE)))
USEMODULE += hwtimer
endif
endif