diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-09-28 15:39:41 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-10-03 03:52:58 +0900 |
commit | 5d4aeffbf7092b6bd7b2de71c2cd6fa14dffbad5 (patch) | |
tree | 2a68dd9ebc4b7594fc19057d35fdc7a20d333105 /scripts/checkincludes.pl | |
parent | 7a342e6c7735e13b294374cb0a0f6283d8667496 (diff) |
kbuild: rebuild .vmlinux.export.o when its prerequisite is updated
When include/linux/export-internal.h is updated, .vmlinux.export.o
must be rebuilt, but it does not happen because its rule is hidden
behind scripts/link-vmlinux.sh.
Move it out of the shell script, so that Make can see the dependency
between vmlinux and .vmlinux.export.o.
Move the vmlinux rule to scripts/Makefile.vmlinux.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/checkincludes.pl')
0 files changed, 0 insertions, 0 deletions