mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-21 12:33:49 +01:00
fix Makefile.dep
remove cc1100 cruft model ltc4150 dependency
This commit is contained in:
parent
02fdebbeb5
commit
0dd268345e
@ -1,6 +1,6 @@
|
|||||||
ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
|
ifneq (,$(findstring ltc4150,$(USEMODULE)))
|
||||||
ifeq (,$(findstring cc110x_spi,$(USEMODULE)))
|
ifeq (,$(findstring hwtimer,$(USEMODULE)))
|
||||||
USEMODULE += cc110x_spi
|
USEMODULE += hwtimer
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user