Mercurial > hg > Game > Cerium
diff TaskManager/Makefile.parallel @ 1182:5a9bee9cc8c9 draft
add CpuThreads weit sem
author | Daichi TOMA |
---|---|
date | Tue, 28 Jun 2011 17:51:11 +0900 |
parents | 5393bebe0956 |
children | 4c209dd223cd |
line wrap: on
line diff
--- a/TaskManager/Makefile.parallel Mon Jun 27 03:03:55 2011 +0900 +++ b/TaskManager/Makefile.parallel Tue Jun 28 17:51:11 2011 +0900 @@ -13,7 +13,10 @@ all: default default: $(TARGET) -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 +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 Makefile.dep: make -f Makefile.parallel depend