mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-06-02 01:42:20 -04:00
kvm_types.h is mandatory in include/asm-generic/Kbuild so having it in another Kbuild file causes a warning. Remove it from the arch/ Kbuild file to fix the warning. ../scripts/Makefile.asm-headers:39: redundant generic-y found in ../arch/s390/include/asm/Kbuild: kvm_types.h Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://patch.msgid.link/20260203184204.1329414-1-rdunlap@infradead.org
10 lines
228 B
Makefile
10 lines
228 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 += mcs_spinlock.h
|
|
generic-y += mmzone.h
|