root / Whitix / branches / hybrid / devices / net / Makefile

Revision 486, 179 bytes (checked in by mwhitworth, 6 months ago)

Add to makefile, build ne2k as a module.

Line 
1DEPTH=../../
2include ../../make.inc
3
4MODULES = ne2k-pci.sys
5
6build: $(MODULES)
7
8modules_install:
9        cp ne2k-pci.sys ../../CdRoot/System/Modules/Network
10
11clean:
12        rm *.sys -f
Note: See TracBrowser for help on using the browser.