root / Whitix / branches / hybrid / arch / i386 / kernel / Makefile

Revision 164, 225 bytes (checked in by mwhitworth, 9 months ago)

Add SysIoAccess syscall.

Line 
1DEPTH=../../../
2include ../../../make.inc
3
4OBJS = 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
6build: $(OBJS)
7        @echo Building i386 kernel
8
9clean:
10        rm -f *.o
Note: See TracBrowser for help on using the browser.