Show
Ignore:
Timestamp:
05/06/08 18:06:20 (7 months ago)
Author:
mwhitworth
Message:

Add to linux driver layer.

Location:
Whitix/branches/hybrid/devices/linux
Files:
3 added
1 removed
1 modified

Legend:

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

    r435 r437  
    22include ../../make.inc 
    33 
    4 MODULES = linux.sys 
     4OBJS = net.o pci.o irq.o 
    55 
    6 build:: $(MODULES) 
     6build: $(OBJS) 
     7        ld -r $(OBJS) -o linux.sys 
     8 
     9modules_install: 
     10        cp linux.sys ../../CdRoot/System/Modules/Core 
    711 
    812clean: