mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
380 B
Makefile
14 lines
380 B
Makefile
# include variants of Si70xx drivers as pseudo modules
|
|
PSEUDOMODULES += si7006
|
|
PSEUDOMODULES += si7013
|
|
PSEUDOMODULES += si7020
|
|
PSEUDOMODULES += si7021
|
|
PSEUDOMODULES += si7050
|
|
PSEUDOMODULES += si7051
|
|
PSEUDOMODULES += si7053
|
|
PSEUDOMODULES += si7054
|
|
PSEUDOMODULES += si7055
|
|
|
|
USEMODULE_INCLUDES_si70xx := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_si70xx)
|