Optimize andes_clear_page() and andes_copy_page() with prefetch
[linux-2.6/linux-mips.git] / lib / Makefile
blob1f9068e4d3f419711efced80802c096b1ba5d3c6
2 # Makefile for some libs needed in the kernel.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
9 L_TARGET := lib.a
10 L_OBJS := errno.o ctype.o string.o vsprintf.o brlock.o
11 LX_OBJS := cmdline.o
13 ifneq ($(CONFIG_HAVE_DEC_LOCK),y)
14 L_OBJS += dec_and_lock.o
15 endif
17 include $(TOPDIR)/Rules.make