diff options
Diffstat (limited to 'board/palmtc/Makefile')
-rw-r--r-- | board/palmtc/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/palmtc/Makefile b/board/palmtc/Makefile index 15ef659..1c4bda7 100644 --- a/board/palmtc/Makefile +++ b/board/palmtc/Makefile @@ -32,12 +32,6 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) $(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 |