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:
parent
02fdebbeb5
commit
0dd268345e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user