]> git.sur5r.net Git - u-boot/blobdiff - lib_mips/Makefile
MPC8610HPCD: Report board id, board version and fpga version.
[u-boot] / lib_mips / Makefile
index 93cca7a2395b2b40e620a930ef57af8361362eb2..817643795e49af55e117dd2a33b9a5dbb0784715 100644 (file)
@@ -25,12 +25,14 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(ARCH).a
 
-SOBJS  =
+SOBJS-y        +=
 
-COBJS  = board.o time.o bootm.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)