mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/lm75: declare pseudomodules at driver level
This commit is contained in:
parent
82e6df6a50
commit
60f1615aa3
@ -1,2 +1,6 @@
|
||||
# include variants of lm75 drivers as pseudo modules
|
||||
PSEUDOMODULES += lm75a
|
||||
PSEUDOMODULES += tmp1075
|
||||
|
||||
USEMODULE_INCLUDES_lm75 := $(LAST_MAKEFILEDIR)/include
|
||||
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_lm75)
|
||||
|
Loading…
Reference in New Issue
Block a user