mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 18:58:18 +01:00
ima3-mx53: Remove unused SOBJS
There is no .S file in this directory, so just remove SOBJS. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
8c19e8f465
commit
bd4219b619
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue