summaryrefslogtreecommitdiffstats
path: root/lib_mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib_mips/Makefile')
-rw-r--r--lib_mips/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib_mips/Makefile b/lib_mips/Makefile
index 3163f00e01..799eaf2658 100644
--- a/lib_mips/Makefile
+++ b/lib_mips/Makefile
@@ -25,12 +25,14 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(ARCH).a
-SOBJS =
+SOBJS-y +=
-COBJS = board.o time.o mips_linux.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