aboutsummaryrefslogtreecommitdiff
path: root/arch/i386/lib/Makefile
blob: 7b1932d20f967da2cf8e5af68285905ad01a8afc (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for i386-specific library files..
#


lib-y = checksum.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr.o \
	bitops.o

lib-$(CONFIG_X86_USE_3DNOW) += mmx.o
lib-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o