Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: add intermediate .s files to targets

Avoid unneeded recreation of these in the incremental build.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

+10
+2
arch/arm/mach-at91/Makefile
··· 23 23 $(call filechk,offsets,__PM_DATA_OFFSETS_H__) 24 24 25 25 arch/arm/mach-at91/pm_suspend.o: include/generated/at91_pm_data-offsets.h 26 + 27 + targets += pm_data-offsets.s
+2
arch/arm/mach-omap2/Makefile
··· 240 240 $(call filechk,offsets,__TI_PM_ASM_OFFSETS_H__) 241 241 242 242 $(obj)/sleep33xx.o $(obj)/sleep43xx.o: include/generated/ti-pm-asm-offsets.h 243 + 244 + targets += pm-asm-offsets.s
+2
arch/ia64/kernel/Makefile
··· 52 52 53 53 include/generated/nr-irqs.h: arch/$(SRCARCH)/kernel/nr-irqs.s FORCE 54 54 $(call filechk,offsets,__ASM_NR_IRQS_H__) 55 + 56 + targets += nr-irqs.s
+1
arch/x86/um/Makefile
··· 38 38 39 39 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \ 40 40 -Iarch/x86/include/generated 41 + targets += user-offsets.s 41 42 42 43 include/generated/user_constants.h: $(obj)/user-offsets.s 43 44 $(call filechk,offsets,__USER_CONSTANT_H__)
+2
drivers/memory/Makefile.asm-offsets
··· 1 1 include/generated/ti-emif-asm-offsets.h: drivers/memory/emif-asm-offsets.s FORCE 2 2 $(call filechk,offsets,__TI_EMIF_ASM_OFFSETS_H__) 3 + 4 + targets += emif-asm-offsets.s
+1
samples/bpf/Makefile
··· 230 230 $(obj)/syscall_nrs.h: $(obj)/syscall_nrs.s FORCE 231 231 $(call filechk,offsets,__SYSCALL_NRS_H__) 232 232 233 + targets += syscall_nrs.s 233 234 clean-files += syscall_nrs.h 234 235 235 236 FORCE: