From 2ccdac1b7fdc9c38ef07b59cf5f0637e727c4ae3 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sun, 3 Oct 2021 18:26:23 +0200 Subject: [PATCH] drivers/ws281x: declare pseudomodules at driver level --- drivers/ws281x/Makefile.include | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/ws281x/Makefile.include b/drivers/ws281x/Makefile.include index e46120f20b..908bb50c94 100644 --- a/drivers/ws281x/Makefile.include +++ b/drivers/ws281x/Makefile.include @@ -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)