]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_sh/Makefile
galaxy5200: change cs1 configuration
[karo-tx-uboot.git] / lib_sh / Makefile
index 40343812f74a23666affaef56d35e707a393b8ce..f7c6479426d74458108d442baa55a01e313c3adf 100644 (file)
@@ -26,7 +26,11 @@ SOBJS-y      +=
 
 COBJS-y        += board.o
 COBJS-y        += bootm.o
-# COBJS-y      += time.o
+ifeq ($(CONFIG_SH2),y)
+COBJS-y        += time_sh2.o
+else
+COBJS-y        += time.o
+endif
 
 SRCS   := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))