aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Wintersteiger <cwinter@microsoft.com>2019-02-15 12:39:21 +0000
committerJanos Follath <janos.follath@arm.com>2019-08-29 16:12:38 +0100
commit37eb90617ad8ce498d50aa4e05e045fa1c55041c (patch)
tree431ac9265d1c5c7a41f281acee7e8feaa19d8f2a
parent8cd4fba7777d01020b8c1c90815e4d823304890e (diff)
downloadmbedtls-37eb90617ad8ce498d50aa4e05e045fa1c55041c.zip
mbedtls-37eb90617ad8ce498d50aa4e05e045fa1c55041c.tar.gz
mbedtls-37eb90617ad8ce498d50aa4e05e045fa1c55041c.tar.bz2
3rdparty: Fix Makefile coding conventions
-rwxr-xr-xtests/scripts/check-files.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/scripts/check-files.py b/tests/scripts/check-files.py
index 255bed8..6e35f52 100755
--- a/tests/scripts/check-files.py
+++ b/tests/scripts/check-files.py
@@ -144,6 +144,7 @@ class TabIssueTracker(LineIssueTracker):
heading = "Tabs present:"
files_exemptions = frozenset([
"Makefile",
+ "Makefile.inc",
"generate_visualc_files.pl",
])
@@ -181,7 +182,7 @@ class IntegrityChecker(object):
self.setup_logger(log_file)
self.files_to_check = (
".c", ".h", ".sh", ".pl", ".py", ".md", ".function", ".data",
- "Makefile", "CMakeLists.txt", "ChangeLog"
+ "Makefile", "Makefile.inc", "CMakeLists.txt", "ChangeLog"
)
self.excluded_directories = ['.git', 'mbed-os']
self.excluded_paths = list(map(os.path.normpath, [