mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 14:52:32 +00:00
b44755cfaa
Let's save a few bytes in the CONFIG_SMP=n case. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Dave Jones <davej@redhat.com>
14 lines
361 B
Makefile
14 lines
361 B
Makefile
#
|
|
# Makefile for x86_64-specific library files.
|
|
#
|
|
|
|
CFLAGS_csum-partial.o := -funroll-loops
|
|
|
|
obj-y := io.o iomap_copy.o
|
|
obj-$(CONFIG_SMP) += msr-on-cpu.o
|
|
|
|
lib-y := csum-partial.o csum-copy.o csum-wrappers.o delay.o \
|
|
usercopy.o getuser.o putuser.o \
|
|
thunk.o clear_page.o copy_page.o bitstr.o bitops.o
|
|
lib-y += memcpy.o memmove.o memset.o copy_user.o rwlock.o
|