mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00: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…
Reference in a new issue