mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +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>
11 lines
224 B
Makefile
11 lines
224 B
Makefile
#
|
|
# Makefile for i386-specific library files..
|
|
#
|
|
|
|
|
|
lib-y = checksum.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr.o \
|
|
bitops.o semaphore.o
|
|
|
|
lib-$(CONFIG_X86_USE_3DNOW) += mmx.o
|
|
|
|
obj-$(CONFIG_SMP) += msr-on-cpu.o
|