]> xenbits.xensource.com Git - xen.git/commit
tools: use $(PYTHON) to call cppcheck tools
authorBertrand Marquis <bertrand.marquis@arm.com>
Wed, 3 Aug 2022 11:57:02 +0000 (12:57 +0100)
committerJulien Grall <jgrall@amazon.com>
Thu, 4 Aug 2022 16:49:25 +0000 (17:49 +0100)
commit7c5b25c3038abc2dc8353f56ed67d2c4fcd43d79
tree26f0045e383497948c110b7da6d7198bdb7ab66f
parent8a5116371da0505c9b716a9ad5df8a3b8b4c5ae4
tools: use $(PYTHON) to call cppcheck tools

When calling python tools to convert misra documentation or merge
cppcheck xml files, use $(PYTHON).
While there fix misra document conversion script to be executable.

Fixes: 57caa5375321 ("xen: Add MISRA support to cppcheck make rule")
Fixes: 43aa3f6e72d3 ("xen/build: Add cppcheck and cppcheck-html make rules")
Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/Makefile
xen/tools/convert_misra_doc.py [changed mode: 0644->0755]