commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / arch / mips / lib-64 / Makefile
1 #
2 # Makefile for MIPS-specific library files..
3 #
4
5 lib-y   += csum_partial.o memset.o strlen_user.o strncpy_user.o strnlen_user.o \
6            watch.o 
7
8 ifeq ($(CONFIG_CPU_R3000)$(CONFIG_CPU_TX39XX),y)
9   lib-y += r3k_dump_tlb.o
10 else
11   lib-y += dump_tlb.o
12 endif
13
14 EXTRA_AFLAGS := $(CFLAGS)