Merge branch 'master' of git://git.denx.de/u-boot-arm
[oweals/u-boot.git] / arch / sh / lib / Makefile
index c0670cbc88c7d87095ae95a3dc35cbe98ac43e10..256811afd4b7fa2ff329b7866068cd84202ce5a8 100644 (file)
 include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(ARCH).o
+LIBGCC = $(obj)libgcc.o
 
 SOBJS-y        +=
+GLSOBJS        += ashiftrt.o
+GLSOBJS        += ashiftlt.o
+GLSOBJS        += lshiftrt.o
+GLSOBJS        += ashldi3.o
+GLSOBJS        += ashrsi3.o
+GLSOBJS        += lshrdi3.o
+GLSOBJS        += movmem.o
 
 COBJS-y        += board.o
 COBJS-y        += bootm.o
@@ -37,10 +45,25 @@ endif
 
 SRCS   := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
+LGOBJS := $(addprefix $(obj),$(GLSOBJS)) \
+          $(addprefix $(obj),$(GLCOBJS))
+
+# Always build libsh.o
+TARGETS        := $(LIB)
+
+# Build private libgcc only when asked for
+ifdef USE_PRIVATE_LIBGCC
+TARGETS        += $(LIBGCC)
+endif
+
+all:   $(TARGETS)
 
 $(LIB):        $(obj).depend $(OBJS)
        $(call cmd_link_o_target, $(OBJS))
 
+$(LIBGCC): $(obj).depend $(LGOBJS)
+       $(call cmd_link_o_target, $(LGOBJS))
+
 #########################################################################
 
 # defines $(obj).depend target