diff options
Diffstat (limited to 'board/spear')
-rw-r--r-- | board/spear/common/Makefile | 6 | ||||
-rw-r--r-- | board/spear/spear300/Makefile | 6 | ||||
-rw-r--r-- | board/spear/spear310/Makefile | 6 | ||||
-rw-r--r-- | board/spear/spear320/Makefile | 6 | ||||
-rw-r--r-- | board/spear/spear600/Makefile | 6 |
5 files changed, 0 insertions, 30 deletions
diff --git a/board/spear/common/Makefile b/board/spear/common/Makefile index e0df6c1..11f81e4 100644 --- a/board/spear/common/Makefile +++ b/board/spear/common/Makefile @@ -39,12 +39,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 - ######################################################################### # This is for $(obj).depend target include $(SRCTREE)/rules.mk diff --git a/board/spear/spear300/Makefile b/board/spear/spear300/Makefile index b9b0fed..aa10749 100644 --- a/board/spear/spear300/Makefile +++ b/board/spear/spear300/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 diff --git a/board/spear/spear310/Makefile b/board/spear/spear310/Makefile index 6dce093..c5b6327 100644 --- a/board/spear/spear310/Makefile +++ b/board/spear/spear310/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 diff --git a/board/spear/spear320/Makefile b/board/spear/spear320/Makefile index f6bd7dd..68dd734 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 diff --git a/board/spear/spear600/Makefile b/board/spear/spear600/Makefile index 6b643bf..e2bd5ab 100644 --- a/board/spear/spear600/Makefile +++ b/board/spear/spear600/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 |