From f35227924bea92b18f99ef17ee1853ee19c0ecf6 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Thu, 11 Jul 2024 12:03:51 +0200 Subject: [PATCH] Adapt make cscope Signed-off-by: Ronald Cron --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b63880487e..d281decb14 100644 --- a/Makefile +++ b/Makefile @@ -216,6 +216,7 @@ C_SOURCE_FILES = $(wildcard \ tests/include/*/*.h tests/include/*/*/*.h \ tests/src/*.c tests/src/*/*.c \ tests/suites/*.function \ + tf-psa-crypto/tests/suites/*.function \ ) # Exuberant-ctags invocation. Other ctags implementations may require different options. CTAGS = ctags --langmap=c:+.h.function --line-directives=no -o