commit | 342cc87c1d90b5e81d7d8cd58cc7bacac164e65a | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Tue May 20 08:21:12 2025 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu May 29 18:42:37 2025 -0600 |
tree | 8a622490dbb60b9396cf88683d794939fd63f054 | |
parent | 2830623cb30a08c9234a4969b1160e0e0b9d4f1a [diff] |
kbuild: de-duplicate fixdep usage Backported from the linux kernel commit e4aca4595005 ("kbuild: de-duplicate fixdep usage") A lot of the kernels kbuild depend on that patch. Backport it and pull in the 'rule_as_o_S'a rule as well. This might end up being unused but it doesn't break anything and makes diffing the files easier. Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>