diff options
Diffstat (limited to 'board/gdsys/intip')
-rw-r--r-- | board/gdsys/intip/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/gdsys/intip/Makefile b/board/gdsys/intip/Makefile index 4d87ea9a786..d2c9dd49b67 100644 --- a/board/gdsys/intip/Makefile +++ b/board/gdsys/intip/Makefile @@ -39,12 +39,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 |