mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
7 lines
133 B
Makefile
7 lines
133 B
Makefile
ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
|
|
ifeq (,$(findstring cc110x_spi,$(USEMODULE)))
|
|
USEMODULE += cc110x_spi
|
|
endif
|
|
endif
|
|
|