mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +01:00
drivers/apds99xx: declare pseudomodules at driver level
This commit is contained in:
parent
749bcd530c
commit
6fb914653e
@ -1,2 +1,10 @@
|
|||||||
|
# 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_apds99xx := $(LAST_MAKEFILEDIR)/include
|
||||||
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_apds99xx)
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_apds99xx)
|
||||||
|
Loading…
Reference in New Issue
Block a user