Changeset cc1a727 in mainline for boot/Makefile


Ignore:
Timestamp:
2011-07-24T21:18:16Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
78eb2dc
Parents:
c028b22
Message:

Add support for ext2 to be used as RAM disk format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    rc028b22 rcc1a727  
    5050        $(MKFAT) 1048576 $(DIST_PATH) $@
    5151endif
     52ifeq ($(RDFMT),ext2fs)
     53        $(MKEXT2) 1048576 $(DIST_PATH) $@
     54endif
    5255
    5356build_dist: clean_dist
Note: See TracChangeset for help on using the changeset viewer.