root/Whitix/trunk/kernel/Makefile

Revision 2053, 225 bytes (checked in by mwhitworth, 3 years ago)

Update kernel makefile with new save.c file.

Line 
1DEPTH=../
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 \
3        thread.o process.o startup.o gc.o completion.o
4
5build: $(OBJS)
6
7include $(DEPTH)make.inc
8-include $(DEPS)
Note: See TracBrowser for help on using the browser.