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