mvblx: punt unused clean/distclean targets

Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
master
Michael Jones 13 years ago committed by Wolfgang Denk
parent 068f158fdf
commit 94f6142957
  1. 6
      board/matrix_vision/mvblx/Makefile

@ -37,12 +37,6 @@ CFLAGS += -Werror
$(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

Loading…
Cancel
Save