Makefile (bd061a5214e60c9d1bb24393933323bd1a2dae19) Makefile (cb4046c592b7e1a0b3412bea8de21ec16a5e9e95)
1#
2# Copyright (c) 2007
3# Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4#
5# This program is free software; you can redistribute it and/or
6# modify it under the terms of the GNU General Public License as
7# published by the Free Software Foundation; either version 2 of
8# the License, or (at your option) any later version.

--- 14 unchanged lines hidden (view full) ---

23LIB = $(obj)lib$(ARCH).o
24LIBGCC = $(obj)libgcc.o
25
26SOBJS-y +=
27GLSOBJS += ashiftrt.o
28GLSOBJS += ashiftlt.o
29GLSOBJS += lshiftrt.o
30GLSOBJS += ashldi3.o
1#
2# Copyright (c) 2007
3# Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4#
5# This program is free software; you can redistribute it and/or
6# modify it under the terms of the GNU General Public License as
7# published by the Free Software Foundation; either version 2 of
8# the License, or (at your option) any later version.

--- 14 unchanged lines hidden (view full) ---

23LIB = $(obj)lib$(ARCH).o
24LIBGCC = $(obj)libgcc.o
25
26SOBJS-y +=
27GLSOBJS += ashiftrt.o
28GLSOBJS += ashiftlt.o
29GLSOBJS += lshiftrt.o
30GLSOBJS += ashldi3.o
31GLSOBJS += ashrsi3.o
31GLSOBJS += lshrdi3.o
32GLSOBJS += movmem.o
33
34COBJS-y += board.o
35COBJS-y += bootm.o
36ifeq ($(CONFIG_SH2),y)
37COBJS-y += time_sh2.o
38else

--- 35 unchanged lines hidden ---
32GLSOBJS += lshrdi3.o
33GLSOBJS += movmem.o
34
35COBJS-y += board.o
36COBJS-y += bootm.o
37ifeq ($(CONFIG_SH2),y)
38COBJS-y += time_sh2.o
39else

--- 35 unchanged lines hidden ---