lib: Fix build condition for tiny-printf
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 16:34:03 +0000 (09:34 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 2 Mar 2023 22:45:58 +0000 (17:45 -0500)
commit05a8e1a44711263a8fd6c39267e57f3d21480a79
treeb9a1fec89b1213a5f9be165abaa0ac85938804bf
parent5a6bc166eff7835943958a1a732ae92c8904c140
lib: Fix build condition for tiny-printf

This should be checking for any SPL build. Drop the use of SPL_TPL_ since
it is not necessary and will not work with split config.

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