]> Git Repo - linux.git/blob - arch/mips/lib/Makefile
[MIPS] PNX8550: Fix system timer support
[linux.git] / arch / mips / lib / Makefile
1 #
2 # Makefile for MIPS-specific library files..
3 #
4
5 lib-y   += csum_partial.o memcpy.o promlib.o \
6            strlen_user.o strncpy_user.o strnlen_user.o uncached.o
7
8 obj-y   += iomap.o
9
10 # libgcc-style stuff needed in the kernel
11 lib-y += ashldi3.o ashrdi3.o lshrdi3.o
12
13 EXTRA_AFLAGS := $(CFLAGS)
This page took 0.0336 seconds and 4 git commands to generate.