diff options
Diffstat (limited to 'board/imx31_phycore')
-rw-r--r-- | board/imx31_phycore/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/imx31_phycore/Makefile b/board/imx31_phycore/Makefile index 4fd4864..925970c 100644 --- a/board/imx31_phycore/Makefile +++ b/board/imx31_phycore/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 |