mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
198 B
Makefile
6 lines
198 B
Makefile
# include variants of mrf24j40 drivers as pseudo modules
|
|
PSEUDOMODULES += mrf24j40m%
|
|
|
|
USEMODULE_INCLUDES_mrf24j40 := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_mrf24j40)
|