linux-stable/arch/metag/lib/Makefile
James Hogan 5633004cc2 metag: Build infrastructure
Add metag build infrastructure.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
2013-03-02 20:09:54 +00:00

22 lines
393 B
Makefile

#
# Makefile for Meta-specific library files.
#
lib-y += usercopy.o
lib-y += copy_page.o
lib-y += clear_page.o
lib-y += memcpy.o
lib-y += memmove.o
lib-y += memset.o
lib-y += delay.o
lib-y += div64.o
lib-y += muldi3.o
lib-y += ashrdi3.o
lib-y += ashldi3.o
lib-y += lshrdi3.o
lib-y += divsi3.o
lib-y += modsi3.o
lib-y += cmpdi2.o
lib-y += ucmpdi2.o
lib-y += ip_fast_csum.o
lib-y += checksum.o