diff options
Diffstat (limited to 'board/mx1ads/Makefile')
-rw-r--r-- | board/mx1ads/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/mx1ads/Makefile b/board/mx1ads/Makefile index 20d7b8624a1..82ef6df5ba2 100644 --- a/board/mx1ads/Makefile +++ b/board/mx1ads/Makefile @@ -39,12 +39,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 |