Commit 3b1e0dd
kbuild: fix typo in modpost
Commit f73edc8 ("kbuild: unify two modpost invocations") introduced
a typo (moudle.symvers-if-present) which results in the kernel's
Module.symvers to not be included as a prerequisite for
$(KBUILD_EXTMOD)/Module.symvers. Fix the typo to restore the intended
functionality.
Fixes: f73edc8 ("kbuild: unify two modpost invocations")
Signed-off-by: Will McVicker <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>1 parent 114ff6f commit 3b1e0dd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments