mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
d97340cd5d
- Adjusted `#define`s to match the naming convention of `cc110x_params.h` - Enable the `cc110x` module if `netdev_default` or `gnrc_netdev_default` is used
5 lines
163 B
Makefile
5 lines
163 B
Makefile
# add driver for CC1101 sub-gigahertz transceiver as default netdev
|
|
ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
|
|
USEMODULE += cc110x
|
|
endif
|