Ignore:
File:
1 edited

Legend:

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

    r177e4ea rc7dc8ad  
    3131#
    3232
    33 include ../../../../Makefile.common
    34 include ../../../../Makefile.config
    35 include ../../../Makefile.common
    36 
    3733DEPEND = Makefile.depend
    3834DEPEND_PREV = $(DEPEND).prev
    39 JOB = image.job
    4035OUTPUT = image.boot
    4136HELLO = hello.efi
     
    4338LINK = _link.ld
    4439COMPS = _components
     40INITRD = initrd
    4541
    4642KERNELDIR = ../../../../kernel
    4743USPACEDIR = ../../../../uspace
    4844
    49 ifeq ($(MACHINE),i460GX)
    50         RD_SRVS += \
    51                 $(USPACEDIR)/srv/hw/char/i8042/i8042 \
    52                 $(USPACEDIR)/srv/hid/char_mouse/char_ms
    53 endif
     45RD_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
     55RD_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
Note: See TracChangeset for help on using the changeset viewer.