mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
212 B
Makefile
7 lines
212 B
Makefile
# include variants of RN2XX3 drivers as pseudo modules
|
|
PSEUDOMODULES += rn2483
|
|
PSEUDOMODULES += rn2903
|
|
|
|
USEMODULE_INCLUDES_rn2xx3 := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_rn2xx3)
|