drivers/sx126x: declare pseudomodules at driver level

This commit is contained in:
Alexandre Abadie 2021-10-03 18:13:07 +02:00
parent 8a3c103127
commit a120c2b296
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,2 +1,12 @@
# 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)