mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +01:00
legacy.make: Add globs and paths for tags and cscope
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
@@ -180,6 +180,10 @@ C_SOURCE_FILES = $(wildcard \
|
||||
tf-psa-crypto/drivers/*/*/*.c \
|
||||
tf-psa-crypto/drivers/*/*/*/*.c \
|
||||
tf-psa-crypto/drivers/*/*/*/*/*.c \
|
||||
tf-psa-crypto/dispatch/*.[hc] \
|
||||
tf-psa-crypto/extras/*.[hc] \
|
||||
tf-psa-crypto/platform/*.[hc] \
|
||||
tf-psa-crypto/utilities/*.[hc] \
|
||||
programs/*/*.[hc] \
|
||||
framework/tests/include/*/*.h framework/tests/include/*/*/*.h \
|
||||
framework/tests/src/*.c framework/tests/src/*/*.c \
|
||||
@@ -200,5 +204,9 @@ cscope.in.out cscope.po.out cscope.out: $(C_SOURCE_FILES)
|
||||
cscope -bq -u -Iinclude -Ilibrary -Itf-psa-crypto/core \
|
||||
-Itf-psa-crypto/include \
|
||||
-Itf-psa-crypto/drivers/builtin/src \
|
||||
-Itf-psa-crypto/dispatch \
|
||||
-Itf-psa-crypto/extras \
|
||||
-Itf-psa-crypto/platform \
|
||||
-Itf-psa-crypto/utilities \
|
||||
$(patsubst %,-I%,$(wildcard tf-psa-crypto/drivers/*/include)) -Iframework/tests/include $(C_SOURCE_FILES)
|
||||
.PHONY: cscope global
|
||||
|
||||
Reference in New Issue
Block a user