Rev 3320 | Rev 3349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3320 | Rev 3346 | ||
---|---|---|---|
Line 47... | Line 47... | ||
47 | $(USPACEDIR)/srv/console/console \ |
47 | $(USPACEDIR)/srv/console/console \ |
48 | $(USPACEDIR)/srv/fs/fat/fat \ |
48 | $(USPACEDIR)/srv/fs/fat/fat \ |
49 | $(USPACEDIR)/app/tetris/tetris \ |
49 | $(USPACEDIR)/app/tetris/tetris \ |
50 | $(USPACEDIR)/app/tester/tester \ |
50 | $(USPACEDIR)/app/tester/tester \ |
51 | $(USPACEDIR)/app/cli/cli \ |
51 | $(USPACEDIR)/app/cli/cli \ |
52 | $(USPACEDIR)/app/klog/klog |
52 | $(USPACEDIR)/app/klog/klog \ |
- | 53 | $(USPACEDIR)/app/bdsh/bdsh |
|
53 | 54 | ||
54 | build: $(BASE)/image.iso |
55 | build: $(BASE)/image.iso |
55 | 56 | ||
56 | $(BASE)/image.iso: arch/$(ARCH)/grub/stage2_eltorito arch/$(ARCH)/grub/menu.lst $(KERNELDIR)/kernel.bin $(INIT_TASKS) $(RD_TASKS) |
57 | $(BASE)/image.iso: arch/$(ARCH)/grub/stage2_eltorito arch/$(ARCH)/grub/menu.lst $(KERNELDIR)/kernel.bin $(INIT_TASKS) $(RD_TASKS) |
57 | mkdir -p arch/$(ARCH)/iso/boot/grub |
58 | mkdir -p arch/$(ARCH)/iso/boot/grub |