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