Changeset 858 for Whitix/trunk/fs/ext3/Makefile
- Timestamp:
- 08/21/08 21:52:46 (4 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/fs/ext3/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/fs/ext3/Makefile
r703 r858 1 1 DEPTH=../../ 2 MODULES = super.sys inode.sys 2 MODULES = super.sys inode.sys file.sys ialloc.sys balloc.sys 3 3 4 4 build: $(MODULES) 5 5 ld $(LD_R_FLAGS) $(MODULES) -o ext3.sys 6 6 7 modules_install: 8 cp ext3.sys ../../CdRoot/System/Modules/Filesystems 9 7 10 include $(DEPTH)make.inc 8 11 -include $(DEPS)
