scripts/dtc: Call pkg-config POSIXly correct
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>
Mon, 31 Jan 2022 11:20:28 +0000 (12:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 12:23:29 +0000 (14:23 +0200)
commit34bed8dae12a9090f252055c328f36e0d0ff1f71
tree4559e03844dbe3dfcc51d6fc109a13de6410448a
parent0aec294f2d2fb94f29aa6d206f5f1a71e7becde2
scripts/dtc: Call pkg-config POSIXly correct

[ Upstream commit a8b309ce9760943486e0585285e0125588a31650 ]

Running with POSIXLY_CORRECT=1 in the environment the scripts/dtc build
fails, because pkg-config doesn't output anything when the flags come
after the arguments.

Fixes: 067c650c456e ("dtc: Use pkg-config to locate libyaml")
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220131112028.7907-1-t@laumann.xyz
Signed-off-by: Sasha Levin <sashal@kernel.org>
scripts/dtc/Makefile