From a7c979705a79eae92d951ad648de384917d26369 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sun, 3 Oct 2021 14:50:45 +0200 Subject: [PATCH] drivers/cc110x: declare pseudomodules at driver level --- drivers/cc110x/Makefile.include | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/drivers/cc110x/Makefile.include b/drivers/cc110x/Makefile.include index b36e59fe74..912e700276 100644 --- a/drivers/cc110x/Makefile.include +++ b/drivers/cc110x/Makefile.include @@ -1,2 +1,12 @@ +# include variants of CC110X drivers as pseudo modules +PSEUDOMODULES += cc1100 +PSEUDOMODULES += cc1100e +PSEUDOMODULES += cc1101 + +# use pseudo-module for band selection +PSEUDOMODULES += cc110x_433mhz +PSEUDOMODULES += cc110x_868mhz +PSEUDOMODULES += cc110x_915mhz + USEMODULE_INCLUDES_cc110x := $(LAST_MAKEFILEDIR)/include USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_cc110x)