diff TaskManager/Makefile @ 109:028ffc9c0375 draft

Cerium cvs version
author gongo@gendarme.local
date Wed, 12 Nov 2008 17:39:33 +0900
parents 1c648675c2bd
children 3652745ae9ec
line wrap: on
line diff
--- a/TaskManager/Makefile	Wed Nov 12 17:29:35 2008 +0900
+++ b/TaskManager/Makefile	Wed Nov 12 17:39:33 2008 +0900
@@ -22,14 +22,18 @@
 clean:
 	rm -f *~ \#*
 	rm -f $(TARGET)
-	cd $(KERN_PPE_DIR); rm -f *~ \#*
-	cd $(KERN_SPE_DIR); rm -f *~ \#*
-	cd $(IMPL_FIFO_DIR); rm -f *~ \#*
-	cd $(IMPL_CELL_DIR); rm -f *~ \#*
-	rm -f $(KERN_PPE_OBJS) $(KERN_SPE_OBJS) $(KERN_SCHED_OBJS)
+	cd $(KERN_DIR);         rm -f *~ \#*
+	cd $(KERN_PPE_DIR);     rm -f *~ \#*
+	cd $(KERN_SPE_DIR);     rm -f *~ \#*
+	cd $(KERN_SCHED_DIR);   rm -f *~ \#*
+	cd $(KERN_SYSTASK_DIR); rm -f *~ \#*
+	cd $(IMPL_FIFO_DIR);    rm -f *~ \#*
+	cd $(IMPL_CELL_DIR);    rm -f *~ \#*
+	rm -f $(KERN_MAIN_OBJS) $(KERN_PPE_OBJS) $(KERN_SPE_OBJS) \
+	$(KERN_SCHED_OBJS) $(KERN_SYSTASK_OBJS)
 	rm -f $(IMPL_FIFO_OBJS) $(IMPL_CELL_OBJS)
 	$(MAKE) -f Makefile.cell cellclean
 	$(MAKE) -f Makefile.fifo fifoclean
 
 tags:
-	$(TAGS) $(TAGSOPTION)
\ No newline at end of file
+	$(TAGS) $(TAGSOPTION)