diff options
Diffstat (limited to 'board/afeb9260/Makefile')
-rw-r--r-- | board/afeb9260/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/afeb9260/Makefile b/board/afeb9260/Makefile index 895412d..9134856 100644 --- a/board/afeb9260/Makefile +++ b/board/afeb9260/Makefile @@ -39,12 +39,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 .depend - ######################################################################### # defines $(obj).depend target |