mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/vcnl40x0: declare pseudomodules at driver level
This commit is contained in:
parent
fb193ea5cb
commit
2d2e4d10ae
@ -1,2 +1,7 @@
|
||||
# include variants of VCNL40x0 drivers as pseudo modules
|
||||
PSEUDOMODULES += vcnl4010
|
||||
PSEUDOMODULES += vcnl4020
|
||||
PSEUDOMODULES += vcnl4040
|
||||
|
||||
USEMODULE_INCLUDES_vcnl40x0 := $(LAST_MAKEFILEDIR)/include
|
||||
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_vcnl40x0)
|
||||
|
Loading…
Reference in New Issue
Block a user