Changeset 14f2100 in mainline for boot/Makefile


Ignore:
Timestamp:
2010-07-28T15:24:16Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a1d8ab
Parents:
7dfd339
Message:

create FAT with a guaranteed amount of free space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    r7dfd339 r14f2100  
    4848endif
    4949ifeq ($(RDFMT),fat)
    50         $(MKFAT) $(DIST_PATH) $@
     50        $(MKFAT) 1048576 $(DIST_PATH) $@
    5151endif
    5252
Note: See TracChangeset for help on using the changeset viewer.