diff options
| author | Fabio Estevam <[email protected]> | 2012-05-29 07:39:55 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-07-07 14:07:26 +0200 |
| commit | b4896cd618aaaa63e05c33266997c5b720484305 (patch) | |
| tree | 2c02b546cf8ae6a50e7803d460778b5ae5ad9c14 | |
| parent | 2fb563f2f52d3e4c59c8f0c0309ea6a65c558878 (diff) | |
mx53evk: Remove unused SOBJS
There is no .S file in this directory, so just remove SOBJS.
Cc: Jason Liu <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | board/freescale/mx53evk/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/board/freescale/mx53evk/Makefile b/board/freescale/mx53evk/Makefile index b7f92b3d877..dcc83e2d51f 100644 --- a/board/freescale/mx53evk/Makefile +++ b/board/freescale/mx53evk/Makefile @@ -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)) ######################################################################### |
