mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
331 B
Makefile
11 lines
331 B
Makefile
# include variants of APDS99XX drivers as pseudo modules
|
|
PSEUDOMODULES += apds9900
|
|
PSEUDOMODULES += apds9901
|
|
PSEUDOMODULES += apds9930
|
|
PSEUDOMODULES += apds9950
|
|
PSEUDOMODULES += apds9960
|
|
PSEUDOMODULES += apds99xx_full
|
|
|
|
USEMODULE_INCLUDES_apds99xx := $(LAST_MAKEFILEDIR)/include
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_apds99xx)
|