]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerRob Herring <robh@kernel.org>
Fri, 4 Feb 2022 15:43:43 +0000 (09:43 -0600)
commite78de1f808ddc1d2e9c94ad43bc20ac65db7fd27
treed4f7ec760c7d92194a95865c72018d92e9aa5a7e
parent5949f038b7d18e7c0f8ed07ee4c074f79213ae4e
scripts/dtc: Call pkg-config POSIXly correct

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: 09f68c6e793f ("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
scripts/dtc/Makefile