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