projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f281f29
)
OMAP: Tweak omap-common/Makefile since reset.S -> reset.c
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Thu, 15 Nov 2012 01:21:18 +0000
(
01:21
+0000)
committer
Tom Rini
<trini@ti.com>
Mon, 10 Dec 2012 15:55:25 +0000
(08:55 -0700)
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 <rpjday@crashcourse.ca>
arch/arm/cpu/armv7/omap-common/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/omap-common/Makefile
b/arch/arm/cpu/armv7/omap-common/Makefile
index 1f2fa027c8f84198ab90e2afeb3ff9aa1e5d494b..0efc80ddeb486e5e154091304225ae042d3f1f16 100644
(file)
--- 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),)