sparc: fix a link error
[platform/kernel/u-boot.git] / arch / sparc / lib / Makefile
index 7e78d44..9914e35 100644 (file)
@@ -14,6 +14,8 @@ SOBJS =
 COBJS  = board.o cache.o interrupts.o time.o
 COBJS-$(CONFIG_CMD_BOOTM) += bootm.o
 
+COBJS := $(COBJS) $(COBJS-y)
+
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))