]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx25/Makefile
punt unused clean/distclean targets
[karo-tx-uboot.git] / board / karo / tx25 / Makefile
index 8350788458a6d3f7f4527cf44c7f0753f16d09cc..9617fa528846da430570badb517787108d2309da 100644 (file)
@@ -35,12 +35,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
-
 #########################################################################
 
 include $(SRCTREE)/rules.mk