linux-imx/arch/mips/lib/Makefile
Ralf Baechle 72fbfb2601 [MIPS] Fix optimization for size build.
It took a while longer than on other architectures but gcc has finally
started to strike us as well ...
    
This also fixes the damage by 6edfba1b33.
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2006-06-19 17:39:16 +01:00

286 B

Makefile for MIPS-specific library files..

lib-y += csum_partial_copy.o memcpy.o promlib.o strlen_user.o strncpy_user.o
strnlen_user.o uncached.o

obj-y += iomap.o

libgcc-style stuff needed in the kernel

lib-y += ashldi3.o ashrdi3.o lshrdi3.o

EXTRA_AFLAGS := $(CFLAGS)