mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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)
|