mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
7cbbbb8bc2
The generic-y is redundant under the following condition: - arch has its own implementation - the same header is added to generated-y - the same header is added to mandatory-y If a redundant generic-y is found, the warning like follows is displayed: scripts/Makefile.asm-generic:20: redundant generic-y found in arch/arm/include/asm/Kbuild: timex.h I fixed up arch Kbuild files found by this. Suggested-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
13 lines
340 B
Makefile
13 lines
340 B
Makefile
generated-y += syscall_table_32.h
|
|
generated-y += syscall_table_64.h
|
|
generated-y += syscall_table_c32.h
|
|
generated-y += syscall_table_spu.h
|
|
generic-y += div64.h
|
|
generic-y += export.h
|
|
generic-y += irq_regs.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += preempt.h
|
|
generic-y += rwsem.h
|
|
generic-y += vtime.h
|
|
generic-y += msi.h
|