Ignore:
Timestamp:
2010-02-05T10:57:50Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0358da0
Parents:
3f085132 (diff), b4cbef1 (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:

merged with head

File:
1 edited

Legend:

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

    r3f085132 r3b3e776  
    3131#
    3232
     33include ../../../../Makefile.config
     34include ../../../Makefile.common
     35
    3336DEPEND = Makefile.depend
    3437DEPEND_PREV = $(DEPEND).prev
     38JOB = image.job
    3539OUTPUT = image.boot
    3640HELLO = hello.efi
     
    3842LINK = _link.ld
    3943COMPS = _components
    40 INITRD = initrd
    4144
    4245KERNELDIR = ../../../../kernel
    4346USPACEDIR = ../../../../uspace
    4447
    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 
    55 RD_APPS = \
    56         $(USPACEDIR)/app/edit/edit \
    57         $(USPACEDIR)/app/getvc/getvc \
    58         $(USPACEDIR)/app/redir/redir \
    59         $(USPACEDIR)/app/tetris/tetris \
    60         $(USPACEDIR)/app/tester/tester \
    61         $(USPACEDIR)/app/trace/trace \
    62         $(USPACEDIR)/app/klog/klog \
    63         $(USPACEDIR)/app/bdsh/bdsh
     48ifeq ($(MACHINE),i460GX)
     49        RD_SRVS += \
     50                $(USPACEDIR)/srv/hw/char/i8042/i8042 \
     51                $(USPACEDIR)/srv/hid/char_mouse/char_ms
     52endif
Note: See TracChangeset for help on using the changeset viewer.