mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

Move to the common MMU memory cache implementation now that the common code and MIPS's existing code are semantically compatible. No functional change intended. Suggested-by: Christoffer Dall <christoffer.dall@arm.com> Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Message-Id: <20200703023545.8771-22-sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13 lines
366 B
Makefile
13 lines
366 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# MIPS headers
|
|
generated-y += syscall_table_32_o32.h
|
|
generated-y += syscall_table_64_n32.h
|
|
generated-y += syscall_table_64_n64.h
|
|
generated-y += syscall_table_64_o32.h
|
|
generic-y += export.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += parport.h
|
|
generic-y += qrwlock.h
|
|
generic-y += qspinlock.h
|
|
generic-y += user.h
|