mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
410 B
Makefile
13 lines
410 B
Makefile
# include variants of SX126X drivers and LLCC68 driver as pseudo modules
|
|
PSEUDOMODULES += sx1261
|
|
PSEUDOMODULES += sx1262
|
|
PSEUDOMODULES += sx1268
|
|
PSEUDOMODULES += llcc68
|
|
PSEUDOMODULES += sx126x_stm32wl
|
|
|
|
# include RF switch implemented in the board for use with sx126x
|
|
PSEUDOMODULES += sx126x_rf_switch
|
|
|
|
USEMODULE_INCLUDES_sx126x := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_sx126x)
|