]> Git Repo - J-u-boot.git/commitdiff
mx53evk: Remove unused SOBJS
authorFabio Estevam <[email protected]>
Tue, 29 May 2012 07:39:55 +0000 (07:39 +0000)
committerAlbert ARIBAUD <[email protected]>
Sat, 7 Jul 2012 12:07:26 +0000 (14:07 +0200)
There is no .S file in this directory, so just remove SOBJS.

Cc: Jason Liu <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
board/freescale/mx53evk/Makefile

index b7f92b3d8775558217abf21bd3addee05a627f9e..dcc83e2d51f1a1f9873d81bbad54d6461d44ad70 100644 (file)
@@ -25,12 +25,11 @@ LIB = $(obj)lib$(BOARD).o
 
 COBJS  := mx53evk.o
 
-SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
+SRCS   := $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
-SOBJS  := $(addprefix $(obj),$(SOBJS))
 
-$(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(call cmd_link_o_target, $(OBJS) $(SOBJS))
+$(LIB):        $(obj).depend $(OBJS)
+       $(call cmd_link_o_target, $(OBJS))
 
 #########################################################################
 
This page took 0.034605 seconds and 4 git commands to generate.