Searched hist:"5 d4aeffbf7092b6bd7b2de71c2cd6fa14dffbad5" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/scripts/ |
H A D | Makefile.vmlinux | 5d4aeffbf7092b6bd7b2de71c2cd6fa14dffbad5 Wed Sep 28 01:39:41 CDT 2022 Masahiro Yamada <masahiroy@kernel.org> 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>
|
H A D | link-vmlinux.sh | 5d4aeffbf7092b6bd7b2de71c2cd6fa14dffbad5 Wed Sep 28 01:39:41 CDT 2022 Masahiro Yamada <masahiroy@kernel.org> 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>
|
/openbmc/linux/ |
H A D | Makefile | 5d4aeffbf7092b6bd7b2de71c2cd6fa14dffbad5 Wed Sep 28 01:39:41 CDT 2022 Masahiro Yamada <masahiroy@kernel.org> 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>
|