diff options
Diffstat (limited to 'board/korat')
-rw-r--r-- | board/korat/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/korat/Makefile b/board/korat/Makefile index 6781596..64468fd 100644 --- a/board/korat/Makefile +++ b/board/korat/Makefile @@ -37,12 +37,6 @@ all: $(LIB) $(SOBJS) $(LIB): $(OBJS) $(call cmd_link_o_target, $^) -clean: - rm -f $(SOBJS) $(OBJS) - -distclean: clean - rm -f $(LIB) core *.bak $(obj).depend - ######################################################################### # defines $(obj).depend target |