summaryrefslogtreecommitdiffstats
path: root/lib_sh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib_sh/Makefile')
-rw-r--r--lib_sh/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib_sh/Makefile b/lib_sh/Makefile
index cf127a826c..a5772a013d 100644
--- a/lib_sh/Makefile
+++ b/lib_sh/Makefile
@@ -22,12 +22,14 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(ARCH).a
-SOBJS =
+SOBJS-y +=
-COBJS = board.o sh_linux.o # time.o
+COBJS-y += board.o
+COBJS-y += bootm.o
+#COBJS-y += time.o
-SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
-OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
+SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
+OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))
$(LIB): $(obj).depend $(OBJS)
$(AR) $(ARFLAGS) $@ $(OBJS)
OpenPOWER on IntegriCloud