mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
230 B
Makefile
8 lines
230 B
Makefile
# include variants of SHT1X drivers as pseudo modules
|
|
PSEUDOMODULES += sht10
|
|
PSEUDOMODULES += sht11
|
|
PSEUDOMODULES += sht15
|
|
|
|
USEMODULE_INCLUDES_sht1x := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_sht1x)
|