From 982ea7fb6f62ba0f74c6573e765a4ab288ddfadd Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sun, 3 Oct 2021 18:16:06 +0200 Subject: [PATCH] drivers/tmp00x: declare pseudomodules at driver level --- drivers/tmp00x/Makefile.include | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/tmp00x/Makefile.include b/drivers/tmp00x/Makefile.include index e34f521333..d8766aa787 100644 --- a/drivers/tmp00x/Makefile.include +++ b/drivers/tmp00x/Makefile.include @@ -1,2 +1,6 @@ +#include variants of tmp00x drivers as pseudo modules +PSEUDOMODULES += tmp006 +PSEUDOMODULES += tmp007 + USEMODULE_INCLUDES_tmp00x := $(LAST_MAKEFILEDIR)/include USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_tmp00x)