Show
Ignore:
Timestamp:
10/03/08 12:43:55 (3 months ago)
Author:
mwhitworth
Message:

Build the misc or Special devices as part of the kernel.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/keobject/devices/misc/Makefile

    r729 r1078  
    11DEPTH=../../ 
    2 MODULES = misc.sys 
     2OBJS = misc.o 
    33 
    4 build: $(MODULES) 
    5  
    6 modules_install: 
    7         cp misc.sys ../../CdRoot/System/Modules/Core 
     4build: $(OBJS) 
    85 
    96include $(DEPTH)make.inc