mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
192 B
Makefile
6 lines
192 B
Makefile
# include variants of ds3231 drivers as pseudo modules
|
|
PSEUDOMODULES += ds3231_int
|
|
|
|
USEMODULE_INCLUDES_ds3231 := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_ds3231)
|