]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/davinci/common/Makefile
punt unused clean/distclean targets
[people/ms/u-boot.git] / board / davinci / common / Makefile
index a1d3de20eee3012307c3263e8c3e908c8e01baea..9d7b1642386bbe11fe12fc4493c1ce4341d697bc 100644 (file)
@@ -38,12 +38,6 @@ 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 $(obj).depend
-
 #########################################################################
 # This is for $(obj).depend target
 include $(SRCTREE)/rules.mk