From a090f492bbdd47aef581c98048ea569f65b2aa3d Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sun, 3 Oct 2021 18:23:33 +0200 Subject: [PATCH] drivers/at24cxxx: declare pseudomodules at driver level --- drivers/at24cxxx/Makefile.include | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/at24cxxx/Makefile.include b/drivers/at24cxxx/Makefile.include index e999ee4c0a..111b7701a1 100644 --- a/drivers/at24cxxx/Makefile.include +++ b/drivers/at24cxxx/Makefile.include @@ -1,2 +1,6 @@ +PSEUDOMODULES += at24c% +# handle at24cxxx being a distinct module +NO_PSEUDOMODULES += at24cxxx + USEMODULE_INCLUDES_at24cxxx := $(LAST_MAKEFILEDIR)/include USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_at24cxxx)