OMAP: Tweak omap-common/Makefile since reset.S -> reset.c
[oweals/u-boot.git] / arch / arm / cpu / armv7 / omap-common / Makefile
index 1f2fa027c8f84198ab90e2afeb3ff9aa1e5d494b..0efc80ddeb486e5e154091304225ae042d3f1f16 100644 (file)
@@ -25,9 +25,8 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)libomap-common.o
 
-SOBJS  := reset.o
-
-COBJS  := timer.o
+COBJS  := reset.o
+COBJS  += timer.o
 COBJS  += utils.o
 
 ifneq ($(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)