Changeset c98e6ee in mainline for boot/arch/amd64/Makefile.inc


Ignore:
Timestamp:
2008-07-08T16:05:45Z (17 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f93f168
Parents:
b7f9087
Message:

Merge program-loader related stuff from dynload branch to trunk. (huge)

File:
1 edited

Legend:

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

    rb7f9087 rc98e6ee  
    2929INIT_TASKS = \
    3030        $(USPACEDIR)/srv/ns/ns \
     31        $(USPACEDIR)/srv/loader/loader \
    3132        $(USPACEDIR)/app/init/init \
    3233        $(USPACEDIR)/srv/devmap/devmap \
    3334        $(USPACEDIR)/srv/rd/rd \
    3435        $(USPACEDIR)/srv/vfs/vfs \
    35         $(USPACEDIR)/srv/fs/tmpfs/tmpfs
     36        $(USPACEDIR)/srv/fs/tmpfs/tmpfs \
    3637
    3738RD_TASKS = \
     
    4344        $(USPACEDIR)/app/tetris/tetris \
    4445        $(USPACEDIR)/app/tester/tester \
    45         $(USPACEDIR)/app/klog/klog
     46        $(USPACEDIR)/app/klog/klog \
     47        $(USPACEDIR)/app/cli/cli
    4648
    4749build: $(BASE)/image.iso
Note: See TracChangeset for help on using the changeset viewer.