changeset 1354:652fce805fde draft

fix Makefile
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Tue, 17 Jan 2012 18:12:09 +0900
parents df50c95267ba
children 157e0100d42f 6b4a0846afcb
files TaskManager/Makefile.fifo TaskManager/Makefile.parallel
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/TaskManager/Makefile.fifo	Tue Jan 17 18:02:27 2012 +0900
+++ b/TaskManager/Makefile.fifo	Tue Jan 17 18:12:09 2012 +0900
@@ -14,8 +14,7 @@
 
 ALL_OBJS = $(KERN_MAIN_OBJS) $(KERN_PPE_OBJS) $(KERN_SCHED_OBJS) \
 	   $(KERN_SYSTASK_OBJS) $(IMPL_FIFO_OBJS) $(KERN_MEM_OBJS) \
-	   Cell/spe/SpeTaskManagerImpl.o Cell/CellTaskManagerImpl.o \
-	   Cell/spe/ShowTime.o Cell/spe/StartProfile.o
+	   Cell/spe/SpeTaskManagerImpl.o Cell/CellTaskManagerImpl.o
 
 
 Makefile.dep: 
--- a/TaskManager/Makefile.parallel	Tue Jan 17 18:02:27 2012 +0900
+++ b/TaskManager/Makefile.parallel	Tue Jan 17 18:12:09 2012 +0900
@@ -15,8 +15,7 @@
 
 ALL_OBJS = $(KERN_MAIN_OBJS) $(KERN_PPE_OBJS) $(KERN_SCHED_OBJS) \
 	$(KERN_SYSTASK_OBJS) $(IMPL_FIFO_OBJS) $(KERN_MEM_OBJS) \
-	Cell/spe/SpeTaskManagerImpl.o Cell/CellTaskManagerImpl.o \
-	Cell/spe/ShowTime.o Cell/spe/StartProfile.o
+	Cell/spe/SpeTaskManagerImpl.o Cell/CellTaskManagerImpl.o
 
 Makefile.dep: 
 	make -f Makefile.parallel depend