mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-17 12:46:06 +07: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>
27 lines
655 B
Makefile
27 lines
655 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
generated-y += dis-defs.h
|
|
generated-y += facility-defs.h
|
|
generated-y += syscall_table.h
|
|
generated-y += unistd_nr.h
|
|
|
|
generic-y += asm-offsets.h
|
|
generic-y += cacheflush.h
|
|
generic-y += device.h
|
|
generic-y += dma-contiguous.h
|
|
generic-y += dma-mapping.h
|
|
generic-y += div64.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += export.h
|
|
generic-y += fb.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += kmap_types.h
|
|
generic-y += local.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += rwsem.h
|
|
generic-y += trace_clock.h
|
|
generic-y += unaligned.h
|
|
generic-y += word-at-a-time.h
|