mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 03:52:50 +01:00
7 lines
206 B
Makefile
7 lines
206 B
Makefile
# include variants of lm75 drivers as pseudo modules
|
|
PSEUDOMODULES += lm75a
|
|
PSEUDOMODULES += tmp1075
|
|
|
|
USEMODULE_INCLUDES_lm75 := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_lm75)
|