From: Robert P. J. Day Date: Thu, 15 Nov 2012 01:21:18 +0000 (+0000) Subject: OMAP: Tweak omap-common/Makefile since reset.S -> reset.c X-Git-Tag: v2013.01-rc3~9^2~1^2~12 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=c7f1cf5f29713e81f866063cdf7268c1cfc673ff;p=karo-tx-uboot.git OMAP: Tweak omap-common/Makefile since reset.S -> reset.c Git commit d417d1db5f9092d125ddea882ced77eaa5f3d236 replaced the omap-common file reset.S with reset.c, but the Makefile was not adjusted for that. Signed-off-by: Robert P. J. Day --- diff --git a/arch/arm/cpu/armv7/omap-common/Makefile b/arch/arm/cpu/armv7/omap-common/Makefile index 1f2fa027c8..0efc80ddeb 100644 --- a/arch/arm/cpu/armv7/omap-common/Makefile +++ b/arch/arm/cpu/armv7/omap-common/Makefile @@ -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),)