diff TaskManager/Makefile @ 42:aa11038dbdc1

*** empty log message ***
author gongo
date Thu, 14 Feb 2008 18:27:37 +0900
parents 2356238ebea7
children 5da437ae84db
line wrap: on
line diff
--- a/TaskManager/Makefile	Wed Feb 13 23:49:08 2008 +0900
+++ b/TaskManager/Makefile	Thu Feb 14 18:27:37 2008 +0900
@@ -24,7 +24,7 @@
 	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)
+	rm -f $(KERN_PPE_OBJS) $(KERN_SPE_OBJS) $(KERN_SCHED_OBJS)
 	rm -f $(IMPL_FIFO_OBJS) $(IMPL_CELL_OBJS)
 
 tags: