Rev 1340 | Rev 1446 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1340 | Rev 1361 | ||
---|---|---|---|
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)/kbd/kbd image.boot:/kbd |
39 | e2cp $(USPACEDIR)/kbd/kbd image.boot:/kbd |
39 | # e2cp $(USPACEDIR)/fb/fb image.boot:/fb |
- | |
40 | 40 | ||
41 | clean: clean_kernel clean_uspace |
41 | clean: clean_kernel clean_uspace |
42 | -rm -f image.boot |
42 | -rm -f image.boot |
43 | 43 | ||
44 | arch_distclean: distclean_kernel distclean_uspace |
44 | arch_distclean: distclean_kernel distclean_uspace |