mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

All *.S files under arch/mips/ 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> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
16 lines
392 B
Makefile
16 lines
392 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# MIPS headers
|
|
generated-y += syscall_table_n32.h
|
|
generated-y += syscall_table_n64.h
|
|
generated-y += syscall_table_o32.h
|
|
generated-y += unistd_nr_n32.h
|
|
generated-y += unistd_nr_n64.h
|
|
generated-y += unistd_nr_o32.h
|
|
|
|
generic-y += kvm_para.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += parport.h
|
|
generic-y += qrwlock.h
|
|
generic-y += qspinlock.h
|
|
generic-y += user.h
|