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