crc32: Exclude crc32 from TPL
authorSimon Glass <sjg@chromium.org>
Thu, 14 Jan 2021 03:29:55 +0000 (20:29 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 27 Jan 2021 22:03:16 +0000 (17:03 -0500)
commitec5f101a3794396fed93e480ebcf8d389041b30e
treec8657afa1e3a718d9e6de91ce80fd547a8e7d9db
parent8a8a8314ce669a5faaad4ddfdbef14551ec452b3
crc32: Exclude crc32 from TPL

Unfortunately the toolchain often brings in the crc32 table even if the
function is not actually used. For now, exclude it from the TPL build,
which is very sensitive to size.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/Makefile