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