diff options
Diffstat (limited to 'board/psyent/pci5441')
-rw-r--r-- | board/psyent/pci5441/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/psyent/pci5441/Makefile b/board/psyent/pci5441/Makefile index 1cfe9e5c2a..24b8d7d26c 100644 --- a/board/psyent/pci5441/Makefile +++ b/board/psyent/pci5441/Makefile @@ -39,12 +39,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 |