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 <[email protected]>
Reported-by: Russell King <[email protected]>
Tested-by: Russell King <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
npiggin 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.