diff options
Diffstat (limited to 'board/pleb2')
-rw-r--r-- | board/pleb2/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/pleb2/Makefile b/board/pleb2/Makefile index 9b076f54ca0..bc296107bfa 100644 --- a/board/pleb2/Makefile +++ b/board/pleb2/Makefile @@ -34,12 +34,6 @@ OBJS := $(addprefix $(obj),$(COBJS)) $(LIB): $(obj).depend $(OBJS) $(call cmd_link_o_target, $(OBJS)) -clean: - rm -f $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target |