diff options
Diffstat (limited to 'board/psyent/pk1c20/Makefile')
-rw-r--r-- | board/psyent/pk1c20/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/psyent/pk1c20/Makefile b/board/psyent/pk1c20/Makefile index 4677809f511..32530f82e14 100644 --- a/board/psyent/pk1c20/Makefile +++ b/board/psyent/pk1c20/Makefile @@ -39,12 +39,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 $(obj).depend - ######################################################################### # defines $(obj).depend target |