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