All *.S files under arch/s390/ have been converted to include <linux/export.h> instead of <asm/export.h>. Remove <asm/export.h>. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20230806151641.394720-3-masahiroy@kernel.org Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
10 lines
231 B
Makefile
10 lines
231 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 += kvm_types.h
|
|
generic-y += mcs_spinlock.h
|