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