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/sparc64/loader/Makefile.common

    r50f9c3a r61c0402  
    3131#
    3232
     33include ../../../Makefile.common
     34
    3335DEPEND = Makefile.depend
    3436DEPEND_PREV = $(DEPEND).prev
     37JOB = image.job
    3538OUTPUT = image.boot
    3639
    3740LINK = _link.ld
    3841COMPS = _components
    39 INITRD = initrd
    4042
    4143KERNELDIR = ../../../../kernel
    4244USPACEDIR = ../../../../uspace
    4345
    44 RD_SRVS = \
    45         $(USPACEDIR)/srv/fb/fb \
    46         $(USPACEDIR)/srv/kbd/kbd \
    47         $(USPACEDIR)/srv/console/console \
    48         $(USPACEDIR)/srv/fs/devfs/devfs \
    49         $(USPACEDIR)/srv/fs/tmpfs/tmpfs \
    50         $(USPACEDIR)/srv/bd/file_bd/file_bd \
    51         $(USPACEDIR)/srv/part/mbr_part/mbr_part
    52 
    53 RD_APPS = \
    54         $(USPACEDIR)/app/edit/edit \
    55         $(USPACEDIR)/app/getvc/getvc \
    56         $(USPACEDIR)/app/redir/redir \
    57         $(USPACEDIR)/app/tetris/tetris \
    58         $(USPACEDIR)/app/trace/trace \
    59         $(USPACEDIR)/app/klog/klog \
    60         $(USPACEDIR)/app/bdsh/bdsh
    61 
    6246RD_SRVS_GENERIC = \
    6347        $(USPACEDIR)/srv/fs/fat/fat \
    64         $(USPACEDIR)/srv/cir/fhc/fhc \
    65         $(USPACEDIR)/srv/cir/obio/obio
     48        $(USPACEDIR)/srv/hw/cir/fhc/fhc \
     49        $(USPACEDIR)/srv/hw/cir/obio/obio
    6650
    6751RD_APPS_GENERIC = \
Note: See TracChangeset for help on using the changeset viewer.