mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 17:56:45 +07:00
42421ce346
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
14 lines
402 B
Makefile
14 lines
402 B
Makefile
#
|
|
# Makefile for x86_64-specific library files.
|
|
#
|
|
|
|
CFLAGS_csum-partial.o := -funroll-loops
|
|
|
|
obj-y := io.o iomap_copy_64.o
|
|
obj-$(CONFIG_SMP) += msr-on-cpu.o
|
|
|
|
lib-y := csum-partial.o csum-copy_64.o csum-wrappers.o delay.o \
|
|
usercopy.o getuser.o putuser.o \
|
|
thunk_64.o clear_page_64.o copy_page_64.o bitstr_64.o bitops.o
|
|
lib-y += memcpy.o memmove.o memset.o copy_user.o rwlock_64.o copy_user_nocache.o
|