Changeset 387416b in mainline for boot/arch/sparc64


Ignore:
Timestamp:
2009-12-12T10:11:35Z (16 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.

Location:
boot/arch/sparc64
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/Makefile.inc

    r58d5803d r387416b  
    2727#
    2828
    29 TMP = distroot
     29include Makefile.common
    3030
    3131ifeq ($(CONFIG_AOUT_ISOFS_B),y)
  • boot/arch/sparc64/loader/Makefile.build

    r58d5803d r387416b  
    5252        boot.S
    5353
    54 COMPONENTS = \
    55         $(KERNELDIR)/kernel.bin \
    56         $(USPACEDIR)/srv/ns/ns \
    57         $(USPACEDIR)/app/init/init \
    58         $(USPACEDIR)/srv/loader/loader \
    59         $(USPACEDIR)/srv/devmap/devmap \
    60         $(USPACEDIR)/srv/bd/rd/rd \
    61         $(USPACEDIR)/srv/vfs/vfs
    62 ifeq ($(RDFMT),tmpfs)
    63         COMPONENTS += $(USPACEDIR)/srv/fs/tmpfs/tmpfs
    64 endif
    65 ifeq ($(RDFMT),fat)
    66         COMPONENTS += $(USPACEDIR)/srv/fs/fat/fat
    67 endif
    68 
    6954OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
    7055
  • boot/arch/sparc64/loader/Makefile.common

    r58d5803d r387416b  
    3131#
    3232
     33include ../../../Makefile.common
     34
    3335DEPEND = Makefile.depend
    3436DEPEND_PREV = $(DEPEND).prev
     
    3739LINK = _link.ld
    3840COMPS = _components
    39 INITRD = initrd
    4041
    4142KERNELDIR = ../../../../kernel
    4243USPACEDIR = ../../../../uspace
    43 
    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
    6144
    6245RD_SRVS_GENERIC = \
Note: See TracChangeset for help on using the changeset viewer.