drivers/ws281x: declare pseudomodules at driver level

This commit is contained in:
Alexandre Abadie 2021-10-03 18:26:23 +02:00
parent 22d9040211
commit 2ccdac1b7f
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,2 +1,5 @@
# implementations of ws281x_write as submodules of ws281x:
PSEUDOMODULES += ws281x_%
USEMODULE_INCLUDES_ws281x := $(LAST_MAKEFILEDIR)/include
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_ws281x)