- Timestamp:
- 2011-07-26T21:17:29Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 051e6ac, 0837ab4
- Parents:
- 2f02ee25 (diff), 75aa59a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- boot
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
Makefile.common (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
r2f02ee25 r056d6821 50 50 $(MKFAT) 1048576 $(DIST_PATH) $@ 51 51 endif 52 ifeq ($(RDFMT),ext2fs) 53 $(MKEXT2) 1048576 $(DIST_PATH) $@ 54 endif 52 55 53 56 build_dist: clean_dist -
boot/Makefile.common
r2f02ee25 r056d6821 56 56 MKTMPFS = $(TOOLS_PATH)/mktmpfs.py 57 57 MKFAT = $(TOOLS_PATH)/mkfat.py 58 MKEXT2 = $(TOOLS_PATH)/mkext2.py 58 59 MKUIMAGE = $(TOOLS_PATH)/mkuimage.py 59 60 … … 82 83 ifeq ($(RDFMT),fat) 83 84 INIT_TASKS += $(USPACE_PATH)/srv/fs/fat/fat 85 endif 86 87 ifeq ($(RDFMT),ext2fs) 88 INIT_TASKS += $(USPACE_PATH)/srv/fs/ext2fs/ext2fs 84 89 endif 85 90
Note:
See TracChangeset
for help on using the changeset viewer.
