Changeset 486 for Whitix/branches/hybrid

Show
Ignore:
Timestamp:
05/12/08 12:21:16 (5 months ago)
Author:
mwhitworth
Message:

Add to makefile, build ne2k as a module.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/devices/net/Makefile

    r246 r486  
    22include ../../make.inc 
    33 
    4 OBJS = ne2k-pci.o 
     4MODULES = ne2k-pci.sys 
    55 
    6 build: $(OBJS) 
     6build: $(MODULES) 
     7 
     8modules_install: 
     9        cp ne2k-pci.sys ../../CdRoot/System/Modules/Network 
    710 
    811clean: 
    9         rm *.o -f 
     12        rm *.sys -f