]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mx53smd/Makefile
powerpc/85xx: add support for the Freescale P5040DS Superhydra reference board
[u-boot] / board / freescale / mx53smd / Makefile
index ee60f3424290fc5f3ad33e8bce3114283c07c321..8a404c8ab780bb40e70c8059ead95db605c23903 100644 (file)
@@ -25,18 +25,11 @@ LIB = $(obj)lib$(BOARD).o
 
 COBJS  := mx53smd.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))
-
-clean:
-       rm -f $(SOBJS) $(OBJS)
-
-distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+$(LIB):        $(obj).depend $(OBJS)
+       $(call cmd_link_o_target, $(OBJS))
 
 #########################################################################