From 22d90402115d6f90c101215d060c7546bd67f108 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sun, 3 Oct 2021 18:24:46 +0200 Subject: [PATCH] drivers/at: declare pseudomodules at driver level --- drivers/at/Makefile.include | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 drivers/at/Makefile.include diff --git a/drivers/at/Makefile.include b/drivers/at/Makefile.include new file mode 100644 index 0000000000..02c8f4e3e0 --- /dev/null +++ b/drivers/at/Makefile.include @@ -0,0 +1,5 @@ +PSEUDOMODULES += at_urc +PSEUDOMODULES += at_urc_isr +PSEUDOMODULES += at_urc_isr_low +PSEUDOMODULES += at_urc_isr_medium +PSEUDOMODULES += at_urc_isr_highest