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