Commit 0c286e7
committed
autogen: alias always-y onto always for kernel < 5.10
autogen.lua writes `always-y := dump_N.pp extract.s` to targets.mk so
kbuild builds those targets alongside the usual obj-y/obj-m chain.
`always-y` was introduced in 5.10 (f9a4210b1ab9); earlier kernels only
honor the legacy `always`. Without this alias the declaration is a
no-op on 5.4, kbuild only links built-in.a, and the first .pp file
autogen tries to read doesn't exist:
autogen.lua: cannot read .../autogen/dump_1.pp: No such file or directory1 parent 5e2e8d4 commit 0c286e7
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
0 commit comments