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