mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
236 B
Makefile
8 lines
236 B
Makefile
# include variants of Si114x drivers as pseudo modules
|
|
PSEUDOMODULES += si1145
|
|
PSEUDOMODULES += si1146
|
|
PSEUDOMODULES += si1147
|
|
|
|
USEMODULE_INCLUDES_si114x := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_si114x)
|