diff options
Diffstat (limited to 'board/davinci/da8xxevm/Makefile')
-rw-r--r-- | board/davinci/da8xxevm/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/davinci/da8xxevm/Makefile b/board/davinci/da8xxevm/Makefile index c1b2119..1ebf70c 100644 --- a/board/davinci/da8xxevm/Makefile +++ b/board/davinci/da8xxevm/Makefile @@ -40,12 +40,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 *~ .depend - ######################################################################### # This is for $(obj).depend target include $(SRCTREE)/rules.mk |