Show
Ignore:
Timestamp:
05/14/08 00:02:22 (4 months ago)
Author:
mwhitworth
Message:

Build the network subsystem as a module.

Files:
1 modified

Legend:

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

    r226 r503  
    22include ../../make.inc 
    33 
    4 OBJS = eth.o ipv4.o tcp.o 
     4OBJS = ipv4.o tcp.o 
    55 
    66build: $(OBJS) 
     7        ld -r $(OBJS) -o inet.sys 
     8 
     9modules_install: 
     10        cp inet.sys ../../CdRoot/System/Modules/Core 
    711 
    812clean: