root / Whitix / branches / hybrid / devices / linux / Makefile

Revision 437, 196 bytes (checked in by mwhitworth, 7 months ago)

Add to linux driver layer.

Line 
1DEPTH=../../
2include ../../make.inc
3
4OBJS = net.o pci.o irq.o
5
6build: $(OBJS)
7        ld -r $(OBJS) -o linux.sys
8
9modules_install:
10        cp linux.sys ../../CdRoot/System/Modules/Core
11
12clean:
13        rm -f *.o *.sys
Note: See TracBrowser for help on using the browser.