Show
Ignore:
Timestamp:
05/26/09 13:34:12 (3 years ago)
Author:
mwhitworth
Message:

Update kernel makefile with new save.c file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/kernel/Makefile

    r1977 r2053  
    11DEPTH=../ 
    2 OBJS = main.o sched.o sys.o reboot.o panic.o wait.o module.o print.o symbols.o timer.o preempt.o \ 
     2OBJS = main.o sched.o sys.o reboot.o panic.o wait.o module.o print.o symbols.o timer.o preempt.o save.o \ 
    33        thread.o process.o startup.o gc.o completion.o 
    44