Changeset 2085 for Whitix/branches/netchannel/kernel/Makefile
- Timestamp:
- 05/20/10 16:05:25 (2 years ago)
- Files:
-
- 1 modified
-
Whitix/branches/netchannel/kernel/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/kernel/Makefile
r1676 r2085 1 1 DEPTH=../ 2 2 OBJS = main.o sched.o sys.o reboot.o panic.o wait.o module.o print.o symbols.o timer.o preempt.o \ 3 thread.o process.o startup.o tasklet.o 3 thread.o process.o startup.o tasklet.o event.o 4 4 5 5 build: $(OBJS)
