summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-09-23 11:32:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-09-23 11:32:35 +0200
commita14bf02418eb2020bc3d86a64dca68532691df42 (patch)
tree51140ef77d17b79c86652023723f59ce6d0e2ec1
parent013240b80ef4995c1ef6ce40c772f34cbd29b58d (diff)
downloadptxdist-a14bf02418eb2020bc3d86a64dca68532691df42.tar.gz
ptxdist-a14bf02418eb2020bc3d86a64dca68532691df42.tar.xz
ptxd_make_world_lint: ignore INITMETHOD_BBINIT suboption dependencies
Same as INITMETHOD_SYSTEMD: toplevel symbol is defined in a different file. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--scripts/lib/ptxd_make_world_lint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_world_lint.sh b/scripts/lib/ptxd_make_world_lint.sh
index 725d2fad6..0f0186b42 100644
--- a/scripts/lib/ptxd_make_world_lint.sh
+++ b/scripts/lib/ptxd_make_world_lint.sh
@@ -112,6 +112,7 @@ ptxd_make_world_lint_dep_whitelist+="GCCLIBS "
ptxd_make_world_lint_dep_whitelist+="ROOTFS "
# toplevel symbol is defined in a different file
ptxd_make_world_lint_dep_whitelist+="INITMETHOD_SYSTEMD "
+ptxd_make_world_lint_dep_whitelist+="INITMETHOD_BBINIT "
export ptxd_make_world_lint_dep_whitelist
ptxd_make_world_lint_symbols() {