Rev 2927 | Rev 3151 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2927 | Rev 3102 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | $(USPACEDIR)/srv/devmap/devmap \ |
37 | $(USPACEDIR)/srv/devmap/devmap \ |
38 | $(USPACEDIR)/srv/console/console \ |
38 | $(USPACEDIR)/srv/console/console \ |
39 | $(USPACEDIR)/app/init/init \ |
39 | $(USPACEDIR)/app/init/init \ |
40 | $(USPACEDIR)/app/tetris/tetris \ |
40 | $(USPACEDIR)/app/tetris/tetris \ |
41 | $(USPACEDIR)/app/tester/tester \ |
41 | $(USPACEDIR)/app/tester/tester \ |
42 | $(USPACEDIR)/app/klog/klog |
42 | $(USPACEDIR)/app/klog/klog \ |
- | 43 | $(USPACEDIR)/app/iramfs/iramfs \ |
|
- | 44 | $(USPACEDIR)/app/iloader/iloader \ |
|
- | 45 | $(USPACEDIR)/app/cli/cli |
|
43 | 46 | ||
44 | build: $(BASE)/image.iso |
47 | build: $(BASE)/image.iso |
45 | 48 | ||
46 | $(BASE)/image.iso: arch/$(ARCH)/grub/stage2_eltorito arch/$(ARCH)/grub/menu.lst $(KERNELDIR)/kernel.bin $(TASKS) |
49 | $(BASE)/image.iso: arch/$(ARCH)/grub/stage2_eltorito arch/$(ARCH)/grub/menu.lst $(KERNELDIR)/kernel.bin $(TASKS) |
47 | mkdir -p arch/$(ARCH)/iso/boot/grub |
50 | mkdir -p arch/$(ARCH)/iso/boot/grub |