Blame view

arch/sh/lib64/Makefile 522 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
  #
9085fa125   Paul Mundt   sh: Kill off lib6...
2
  # Makefile for the SH-5 specific library files..
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
3
4
  #
  # Copyright (C) 2000, 2001  Paolo Alberelli
4466b20cf   Paul Mundt   sh: Add SH-5 opti...
5
  # Copyright (C) 2003 - 2008  Paul Mundt
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
6
  #
9085fa125   Paul Mundt   sh: Kill off lib6...
7
8
9
  # This file is subject to the terms and conditions of the GNU General Public
  # License.  See the file "COPYING" in the main directory of this archive
  # for more details.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
10
11
12
  #
  
  # Panic should really be compiled as PIC
3767f3f1e   Paul Mundt   sh: Convert sh64 ...
13
  lib-y  := udelay.o dbg.o panic.o memcpy.o memset.o \
d14d751ff   Paul Mundt   sh64: Kill off sp...
14
  	  copy_user_memcpy.o copy_page.o strcpy.o strlen.o
180ae2037   Paul Mundt   sh: Provide sdivs...
15
16
17
  
  # Extracted from libgcc
  lib-y	+= udivsi3.o udivdi3.o sdivsi3.o