Skip to content

Commit

Permalink
scripts: follow up fix after v6.1 merge (modpost)
Browse files Browse the repository at this point in the history
Fixes: 5d45950 ("kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_o")

Signed-off-by: Hajime Tazaki <[email protected]>
  • Loading branch information
thehajime committed Jun 21, 2023
1 parent 2ce8ea8 commit ab6095d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/Makefile.modpost
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ targets += $(output-symdump)
$(output-symdump): $(modorder-if-needed) $(vmlinux.o-if-present) $(module.symvers-if-present) $(MODPOST) FORCE
$(call if_changed,modpost)

ifeq ($(findstring elf,$(if $(CONFIG_OUTPUT_FORMAT),$(CONFIG_OUTPUT_FORMAT),elf)),elf)
__modpost: $(output-symdump)
endif
PHONY += FORCE
FORCE:

Expand Down

0 comments on commit ab6095d

Please sign in to comment.