Ignore:
Timestamp:
2009-12-12T10:11:35Z (14 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
99de22b
Parents:
58d5803d (diff), 1e4cada (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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/loader/Makefile.common

    r58d5803d r387416b  
    3131#
    3232
     33include ../../../Makefile.common
     34
    3335DEPEND = Makefile.depend
    3436DEPEND_PREV = $(DEPEND).prev
     
    3840LINK = _link.ld
    3941COMPS = _components
    40 INITRD = initrd
    4142
    4243KERNELDIR = ../../../../kernel
    4344USPACEDIR = ../../../../uspace
    4445
    45 RD_SRVS = \
    46         $(USPACEDIR)/srv/fb/fb \
    47         $(USPACEDIR)/srv/kbd/kbd \
    48         $(USPACEDIR)/srv/console/console \
    49         $(USPACEDIR)/srv/fs/devfs/devfs \
    50         $(USPACEDIR)/srv/fs/tmpfs/tmpfs \
    51         $(USPACEDIR)/srv/fs/fat/fat \
    52         $(USPACEDIR)/srv/bd/file_bd/file_bd \
    53         $(USPACEDIR)/srv/part/mbr_part/mbr_part \
    54         $(USPACEDIR)/srv/bd/gxe_bd/gxe_bd
    55 
    56 RD_APPS = \
    57         $(USPACEDIR)/app/edit/edit \
    58         $(USPACEDIR)/app/getvc/getvc \
    59         $(USPACEDIR)/app/redir/redir \
    60         $(USPACEDIR)/app/tetris/tetris \
    61         $(USPACEDIR)/app/tester/tester \
    62         $(USPACEDIR)/app/trace/trace \
    63         $(USPACEDIR)/app/klog/klog \
    64         $(USPACEDIR)/app/bdsh/bdsh
     46RD_SRVS += $(USPACEDIR)/srv/bd/gxe_bd/gxe_bd
Note: See TracChangeset for help on using the changeset viewer.