Skip to content

Commit

Permalink
kbuild: prevent lib-ksyms.o rebuilds
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reported-by: Russell King <rmk+kernel@armlinux.org.uk>
Tested-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Michal Marek <mmarek@suse.com>
  • Loading branch information
Nicholas Piggin authored and Michal Marek committed Oct 22, 2016
1 parent 1001354 commit 989cea5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/Makefile.build
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,9 @@ cmd_export_list = $(OBJDUMP) -h $< | \

$(obj)/lib-ksyms.o: $(lib-target) FORCE
$(call if_changed,export_list)

targets += $(obj)/lib-ksyms.o

endif

#
Expand Down

0 comments on commit 989cea5

Please sign in to comment.