diff options
Diffstat (limited to 'board/freescale/mx31ads/Makefile')
-rw-r--r-- | board/freescale/mx31ads/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/freescale/mx31ads/Makefile b/board/freescale/mx31ads/Makefile index be4d61a..dd4c1d1 100644 --- a/board/freescale/mx31ads/Makefile +++ b/board/freescale/mx31ads/Makefile @@ -31,12 +31,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 - ######################################################################### # defines $(obj).depend target |