summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-05-29 07:40:02 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:27 +0200
commitef0ed6a48d14448ec3d3fd9d0ed33b783cf1f41a (patch)
tree6cee736fa4c60cb87ba898ba98e3725209f666bf
parentbd4219b6199a5be2b3087e2cc85c5b3c30df19de (diff)
downloadblackbird-obmc-uboot-ef0ed6a48d14448ec3d3fd9d0ed33b783cf1f41a.tar.gz
blackbird-obmc-uboot-ef0ed6a48d14448ec3d3fd9d0ed33b783cf1f41a.zip
mx6qarm2: Remove unused SOBJS
There is no .S file in this directory, so just remove SOBJS. Cc: Jason Liu <r64343@freescale.com> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Jason Liu <r64343@freescale.com>
-rw-r--r--board/freescale/mx6qarm2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/board/freescale/mx6qarm2/Makefile b/board/freescale/mx6qarm2/Makefile
index 79bc315dd3..6ce449552a 100644
--- a/board/freescale/mx6qarm2/Makefile
+++ b/board/freescale/mx6qarm2/Makefile
@@ -25,12 +25,11 @@ LIB = $(obj)lib$(BOARD).o
COBJS := mx6qarm2.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))
#########################################################################
OpenPOWER on IntegriCloud