Changeset c98e6ee in mainline for boot/arch/amd64/Makefile.inc
- Timestamp:
- 2008-07-08T16:05:45Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f93f168
- Parents:
- b7f9087
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
rb7f9087 rc98e6ee 29 29 INIT_TASKS = \ 30 30 $(USPACEDIR)/srv/ns/ns \ 31 $(USPACEDIR)/srv/loader/loader \ 31 32 $(USPACEDIR)/app/init/init \ 32 33 $(USPACEDIR)/srv/devmap/devmap \ 33 34 $(USPACEDIR)/srv/rd/rd \ 34 35 $(USPACEDIR)/srv/vfs/vfs \ 35 $(USPACEDIR)/srv/fs/tmpfs/tmpfs 36 $(USPACEDIR)/srv/fs/tmpfs/tmpfs \ 36 37 37 38 RD_TASKS = \ … … 43 44 $(USPACEDIR)/app/tetris/tetris \ 44 45 $(USPACEDIR)/app/tester/tester \ 45 $(USPACEDIR)/app/klog/klog 46 $(USPACEDIR)/app/klog/klog \ 47 $(USPACEDIR)/app/cli/cli 46 48 47 49 build: $(BASE)/image.iso
Note:
See TracChangeset
for help on using the changeset viewer.