Rev 1299 | Rev 1348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1299 | Rev 1300 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | e2cp arch/$(ARCH)/grub/grub.conf image.boot:/boot/grub/grub.conf |
33 | e2cp arch/$(ARCH)/grub/grub.conf image.boot:/boot/grub/grub.conf |
| 34 | e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin |
34 | e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin |
| 35 | e2cp $(USPACEDIR)/init/init image.boot:/init |
35 | e2cp $(USPACEDIR)/init/init image.boot:/init |
| 36 | e2cp $(USPACEDIR)/ns/ns image.boot:/ns |
36 | e2cp $(USPACEDIR)/ns/ns image.boot:/ns |
| 37 | e2cp $(USPACEDIR)/pci/pci image.boot:/pci |
37 | e2cp $(USPACEDIR)/pci/pci image.boot:/pci |
| 38 | e2cp $(USPACEDIR)/fb/fb image.boot:/fb |
38 | # e2cp $(USPACEDIR)/fb/fb image.boot:/fb |
| 39 | 39 | ||
| 40 | clean: clean_kernel clean_uspace |
40 | clean: clean_kernel clean_uspace |
| 41 | -rm -f image.boot |
41 | -rm -f image.boot |
| 42 | 42 | ||
| 43 | arch_distclean: distclean_kernel distclean_uspace |
43 | arch_distclean: distclean_kernel distclean_uspace |