root/Whitix/trunk/kernel/Makefile
| Revision 2053, 225 bytes (checked in by mwhitworth, 3 years ago) |
|---|
| Line | |
|---|---|
| 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 save.o \ |
| 3 | thread.o process.o startup.o gc.o completion.o |
| 4 | |
| 5 | build: $(OBJS) |
| 6 | |
| 7 | include $(DEPTH)make.inc |
| 8 | -include $(DEPS) |
Note: See TracBrowser
for help on using the browser.
