1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/rn2xx3: declare pseudomodules at driver level

This commit is contained in:
Alexandre Abadie 2021-10-03 18:16:31 +02:00
parent 982ea7fb6f
commit fb193ea5cb
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,2 +1,6 @@
# include variants of RN2XX3 drivers as pseudo modules
PSEUDOMODULES += rn2483
PSEUDOMODULES += rn2903
USEMODULE_INCLUDES_rn2xx3 := $(LAST_MAKEFILEDIR)/include
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_rn2xx3)