root / Whitix / branches / hybrid / arch / i386 / kernel / Makefile
| Revision 164, 225 bytes (checked in by mwhitworth, 9 months ago) |
|---|
| Line | |
|---|---|
| 1 | DEPTH=../../../ |
| 2 | include ../../../make.inc |
| 3 | |
| 4 | OBJS = pic.o init.o process.o ints.o idtstubs.o idt.o pit.o reboot.o process.o smp.o cpuid.o time.o ioperms.o |
| 5 | |
| 6 | build: $(OBJS) |
| 7 | @echo Building i386 kernel |
| 8 | |
| 9 | clean: |
| 10 | rm -f *.o |
Note: See TracBrowser
for help on using the browser.