projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c19e8f
)
ima3-mx53: Remove unused SOBJS
author
Fabio Estevam
<fabio.estevam@freescale.com>
Tue, 29 May 2012 07:40:01 +0000
(07:40 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:26 +0000
(14:07 +0200)
There is no .S file in this directory, so just remove SOBJS.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
board/esg/ima3-mx53/Makefile
patch
|
blob
|
history
diff --git
a/board/esg/ima3-mx53/Makefile
b/board/esg/ima3-mx53/Makefile
index f3b13bccaf5124d29df1e2686108e6c7c4ee003f..ab18944f494f9ea8e45c42ebd026f5840d0e7ebe 100644
(file)
--- a/
board/esg/ima3-mx53/Makefile
+++ b/
board/esg/ima3-mx53/Makefile
@@
-25,7
+25,7
@@
LIB = $(obj)lib$(BOARD).o
COBJS := ima3-mx53.o
-SRCS := $(
SOBJS:.o=.S) $(
COBJS:.o=.c)
+SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
$(LIB): $(obj).depend $(OBJS)