Show
Ignore:
Timestamp:
08/21/08 21:52:46 (4 years ago)
Author:
mwhitworth
Message:

Merge ext3 into trunk.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/fs/ext3/Makefile

    r703 r858  
    11DEPTH=../../ 
    2 MODULES = super.sys inode.sys 
     2MODULES = super.sys inode.sys file.sys ialloc.sys balloc.sys 
    33 
    44build: $(MODULES) 
    55        ld $(LD_R_FLAGS) $(MODULES) -o ext3.sys 
    66 
     7modules_install: 
     8        cp ext3.sys ../../CdRoot/System/Modules/Filesystems 
     9 
    710include $(DEPTH)make.inc 
    811-include $(DEPS)