diff options
Diffstat (limited to 'board/amcc/sequoia/Makefile')
-rw-r--r-- | board/amcc/sequoia/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/amcc/sequoia/Makefile b/board/amcc/sequoia/Makefile index efe2065e4a..ca26d5ef81 100644 --- a/board/amcc/sequoia/Makefile +++ b/board/amcc/sequoia/Makefile @@ -39,12 +39,6 @@ all: $(LIB) $(SOBJS) $(LIB): $(OBJS) $(call cmd_link_o_target, $^) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target |