| Submitter | Fabio Estevam |
|---|---|
| Date | May 29, 2012, 5:40 p.m. |
| Message ID | <1338313203-9201-8-git-send-email-fabio.estevam@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/161773/ |
| State | Accepted |
| Commit | bd4219b6199a5be2b3087e2cc85c5b3c30df19de |
| Delegated to: | Stefano Babic |
| Headers | show |
Comments
Patch
diff --git a/board/esg/ima3-mx53/Makefile b/board/esg/ima3-mx53/Makefile index f3b13bc..ab18944 100644 --- 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)
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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)