2011-03-28 13:58:49 +08:00
|
|
|
|
|
|
|
#
|
|
|
|
# Makefile for m68k-specific library files..
|
|
|
|
#
|
|
|
|
|
2011-03-28 14:48:00 +08:00
|
|
|
lib-y := ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \
|
2011-04-18 13:27:55 +08:00
|
|
|
memcpy.o memset.o memmove.o
|
2011-03-28 13:58:49 +08:00
|
|
|
|
2013-04-15 04:17:20 +08:00
|
|
|
lib-$(CONFIG_MMU) += uaccess.o
|
2011-11-11 13:13:08 +08:00
|
|
|
lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += mulsi3.o divsi3.o udivsi3.o
|
|
|
|
lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += modsi3.o umodsi3.o
|
2011-10-18 13:49:19 +08:00
|
|
|
|
|
|
|
ifndef CONFIG_GENERIC_CSUM
|
|
|
|
lib-y += checksum.o
|
2011-03-22 11:39:27 +08:00
|
|
|
endif
|
2011-03-28 13:58:49 +08:00
|
|
|
|