Changeset 2053 for Whitix/trunk/kernel/Makefile
- Timestamp:
- 05/26/09 13:34:12 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/kernel/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/kernel/Makefile
r1977 r2053 1 1 DEPTH=../ 2 OBJS = main.o sched.o sys.o reboot.o panic.o wait.o module.o print.o symbols.o timer.o preempt.o \2 OBJS = main.o sched.o sys.o reboot.o panic.o wait.o module.o print.o symbols.o timer.o preempt.o save.o \ 3 3 thread.o process.o startup.o gc.o completion.o 4 4
