Removing all binary archives from the NXP HAL repository.

There are archives of ELF files that are not required in this HAL.

The change was established as follows, '.' being the top level directory of the repo:
$ find . -type f | egrep -e '\.a$' | xargs -n1 git rm

Signed-off-by: Yves Vandervennet <yves.vandervennet@nxp.com>
This commit is contained in:
Yves Vandervennet 2022-06-28 15:21:27 -05:00 committed by Mahesh Mahadevan
parent b4d43b80ee
commit 418f2998a2
92 changed files with 0 additions and 0 deletions