Ignore:
Timestamp:
2010-01-15T19:36:53Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
92bee46
Parents:
50f9c3a (diff), 963462af (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:

Merge mainline changes.

File:
1 edited

Legend:

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

    r50f9c3a r61c0402  
    3131#
    3232
     33include ../../../Makefile.common
     34
    3335DEPEND = Makefile.depend
    3436DEPEND_PREV = $(DEPEND).prev
    3537RAW = image.raw
     38JOB = image.job
    3639OUTPUT = image.boot
    3740
    3841LINK = _link.ld
    3942COMPS = _components
    40 INITRD = initrd
    4143
    4244KERNELDIR = ../../../../kernel
    4345USPACEDIR = ../../../../uspace
    4446
    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
     47RD_SRVS += $(USPACEDIR)/srv/bd/gxe_bd/gxe_bd
Note: See TracChangeset for help on using the changeset viewer.