diff options
Diffstat (limited to 'board/mpl')
-rw-r--r-- | board/mpl/mip405/Makefile | 6 | ||||
-rw-r--r-- | board/mpl/pati/Makefile | 6 | ||||
-rw-r--r-- | board/mpl/pip405/Makefile | 6 | ||||
-rw-r--r-- | board/mpl/vcma9/Makefile | 6 |
4 files changed, 0 insertions, 24 deletions
diff --git a/board/mpl/mip405/Makefile b/board/mpl/mip405/Makefile index 042cd83..5dd0b2f 100644 --- a/board/mpl/mip405/Makefile +++ b/board/mpl/mip405/Makefile @@ -40,12 +40,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(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/mpl/pati/Makefile b/board/mpl/pati/Makefile index 937dfec..dae381d 100644 --- a/board/mpl/pati/Makefile +++ b/board/mpl/pati/Makefile @@ -38,12 +38,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target diff --git a/board/mpl/pip405/Makefile b/board/mpl/pip405/Makefile index 8b4bbc5..9aebb9a 100644 --- a/board/mpl/pip405/Makefile +++ b/board/mpl/pip405/Makefile @@ -43,12 +43,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(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/mpl/vcma9/Makefile b/board/mpl/vcma9/Makefile index 6228762..213741c 100644 --- a/board/mpl/vcma9/Makefile +++ b/board/mpl/vcma9/Makefile @@ -40,12 +40,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 |