Changeset 5cde90f in mainline for boot/Makefile.common


Ignore:
Timestamp:
2010-02-19T17:16:46Z (14 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
617652f
Parents:
b86d436 (diff), f41aa81 (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.
Message:

Synchronizing with head (which has just been synchronized with this branch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rb86d436 r5cde90f  
    4848RD_SRVS = \
    4949        $(USPACEDIR)/srv/bd/file_bd/file_bd \
     50        $(USPACEDIR)/srv/bd/part/guid_part/g_part \
    5051        $(USPACEDIR)/srv/bd/part/mbr_part/mbr_part \
    5152        $(USPACEDIR)/srv/clip/clip \
     
    5556        $(USPACEDIR)/srv/fs/devfs/devfs \
    5657        $(USPACEDIR)/srv/fs/tmpfs/tmpfs \
    57         $(USPACEDIR)/srv/fs/fat/fat
     58        $(USPACEDIR)/srv/fs/fat/fat \
     59        $(USPACEDIR)/srv/taskmon/taskmon
    5860
    5961RD_APPS = \
     
    6466        $(USPACEDIR)/app/mkfat/mkfat \
    6567        $(USPACEDIR)/app/redir/redir \
     68        $(USPACEDIR)/app/taskdump/taskdump \
    6669        $(USPACEDIR)/app/tester/tester \
    6770        $(USPACEDIR)/app/tetris/tetris \
Note: See TracChangeset for help on using the changeset viewer.