From cd6daecebc2170aef3d6a873dfe8f72e24b7aef3 Mon Sep 17 00:00:00 2001 From: enriquezgarc Date: Wed, 30 Aug 2023 16:43:16 +0200 Subject: [PATCH] ports/psoc6/mtb-libs/mtb_build_info.py: Modified script description. Signed-off-by: enriquezgarc --- ports/psoc6/mtb-libs/mtb_build_info.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ports/psoc6/mtb-libs/mtb_build_info.py b/ports/psoc6/mtb-libs/mtb_build_info.py index 6e3883c0a9f7..c7b2f3d12d2e 100644 --- a/ports/psoc6/mtb-libs/mtb_build_info.py +++ b/ports/psoc6/mtb-libs/mtb_build_info.py @@ -1,7 +1,5 @@ -# This script will parse the build output files to extract build flags from the ModusToolbox -# build command that needs to be used as well in the MicroPython src builds. -# Ideally, this flags would be retievable directly from a Makefile command or variable of -# the ModusToolbox Makefile +# This script is used to parse the ModusToolbox build output files to extract build flags +# that needs to be used as well in the MicroPython sources build. import argparse, json, os