blob: c4211cbb2021553627534f6071a47cea39f27605 [file] [log] [blame]
Chris Metcalf867e3592010-05-28 23:09:12 -04001#
2# Makefile for TILE-specific library files..
3#
4
Chris Metcalf6c4d1122011-02-28 15:28:00 -05005lib-y = cacheflush.o checksum.o cpumask.o delay.o uaccess.o \
6 memmove.o memcpy_$(BITS).o memchr_$(BITS).o memset_$(BITS).o \
Ken Steele59167002013-08-01 15:55:07 -04007 strchr_$(BITS).o strlen_$(BITS).o strnlen_$(BITS).o
Chris Metcalf867e3592010-05-28 23:09:12 -04008
Chris Metcalf49cf78e2013-08-12 15:00:51 -04009lib-$(CONFIG_TILEGX) += memcpy_user_64.o
Chris Metcalfd7c96612013-08-15 16:23:24 -040010lib-$(CONFIG_TILEPRO) += atomic_32.o atomic_asm_32.o
Chris Metcalf867e3592010-05-28 23:09:12 -040011lib-$(CONFIG_SMP) += spinlock_$(BITS).o usercopy_$(BITS).o
12
13obj-$(CONFIG_MODULES) += exports.o
Chris Metcalf49cf78e2013-08-12 15:00:51 -040014
15# The finv_buffer_remote() and copy_{to,from}_user() routines can't
16# have -pg added, since they both rely on being leaf functions.
17CFLAGS_REMOVE_cacheflush.o = -pg
18CFLAGS_REMOVE_memcpy_user_64.o = -pg