]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mpc8349itx/Makefile
punt unused clean/distclean targets
[karo-tx-uboot.git] / board / freescale / mpc8349itx / Makefile
index f431316d79506f65a66e1a11a9486cc7716809a8..5f92595d5e4fa023dac1cb0730e2eb51a8790fb3 100644 (file)
@@ -35,12 +35,6 @@ SOBJS        := $(addprefix $(obj),$(SOBJS))
 $(LIB):        $(obj).depend $(OBJS)
        $(call cmd_link_o_target, $(OBJS))
 
-clean:
-       rm -f $(SOBJS) $(OBJS)
-
-distclean:     clean
-       rm -f $(LIB) core *.bak $(obj).depend
-
 #########################################################################
 
 include $(SRCTREE)/rules.mk