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