mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 10:52:44 +01:00
6 lines
204 B
Makefile
6 lines
204 B
Makefile
# define optimized read function of DS18 driver as a pseudo module
|
|
PSEUDOMODULES += ds18_optimized
|
|
|
|
USEMODULE_INCLUDES_ds18 := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_ds18)
|