Blame view

kernel/linux-imx6_3.14.28/arch/m68k/lib/Makefile 341 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  
  #
  # Makefile for m68k-specific library files..
  #
  
  lib-y	:= ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \
  	   memcpy.o memset.o memmove.o
  
  lib-$(CONFIG_MMU) += uaccess.o
  lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += mulsi3.o divsi3.o udivsi3.o
  lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += modsi3.o umodsi3.o
  
  ifndef CONFIG_GENERIC_CSUM
  lib-y	+= checksum.o
  endif