diff options
Diffstat (limited to 'board/siemens')
-rw-r--r-- | board/siemens/SCM/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/siemens/SCM/Makefile b/board/siemens/SCM/Makefile index 387107992ce..07cc5a659d2 100644 --- a/board/siemens/SCM/Makefile +++ b/board/siemens/SCM/Makefile @@ -40,12 +40,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(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 |