diff options
Diffstat (limited to 'board/ppmc7xx')
-rw-r--r-- | board/ppmc7xx/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/ppmc7xx/Makefile b/board/ppmc7xx/Makefile index ff27a20db98..953a5e3035d 100644 --- a/board/ppmc7xx/Makefile +++ b/board/ppmc7xx/Makefile @@ -36,12 +36,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 |