mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
217 B
Makefile
7 lines
217 B
Makefile
# include variants of MH-Z19 drivers as pseudo modules
|
|
PSEUDOMODULES += mhz19_uart
|
|
PSEUDOMODULES += mhz19_pwm
|
|
|
|
USEMODULE_INCLUDES_mhz19 := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_mhz19)
|