diff options
Diffstat (limited to 'board/trizepsiv/Makefile')
-rw-r--r-- | board/trizepsiv/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/trizepsiv/Makefile b/board/trizepsiv/Makefile index eac00aede65..0928af5056a 100644 --- a/board/trizepsiv/Makefile +++ b/board/trizepsiv/Makefile @@ -33,12 +33,6 @@ OBJS := $(addprefix $(obj),$(COBJS)) $(LIB): $(obj).depend $(OBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target |