Skip to content

Commit 989cea5

Browse files
npigginMichal Marek
authored andcommitted
kbuild: prevent lib-ksyms.o rebuilds
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]>
1 parent 1001354 commit 989cea5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/Makefile.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,9 @@ cmd_export_list = $(OBJDUMP) -h $< | \
430430

431431
$(obj)/lib-ksyms.o: $(lib-target) FORCE
432432
$(call if_changed,export_list)
433+
434+
targets += $(obj)/lib-ksyms.o
435+
433436
endif
434437

435438
#

0 commit comments

Comments
 (0)