diff options
Diffstat (limited to 'board/spear/spear320/Makefile')
-rw-r--r-- | board/spear/spear320/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/spear/spear320/Makefile b/board/spear/spear320/Makefile index f6bd7dd4c25..68dd7348a7a 100644 --- a/board/spear/spear320/Makefile +++ b/board/spear/spear320/Makefile @@ -35,12 +35,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 |