Rev 801 | Rev 1046 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 801 | Rev 1009 | ||
---|---|---|---|
Line 26... | Line 26... | ||
26 | # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | # |
27 | # |
28 | 28 | ||
29 | build: image.boot |
29 | build: image.boot |
30 | 30 | ||
31 | image.boot: kernel |
31 | image.boot: kernel uspace |
32 | gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot |
32 | gunzip -c arch/$(ARCH)/grub/grub.img.gz > image.boot |
33 | e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin |
33 | e2cp $(KERNELDIR)/kernel.bin image.boot:/boot/kernel.bin |
34 | e2cp $(USPACEDIR)/init/init image.boot:/init |
34 | e2cp $(USPACEDIR)/init/init image.boot:/init |
35 | 35 | ||
36 | clean: clean_kernel |
36 | clean: clean_kernel clean_uspace |
37 | -rm -f image.boot |
37 | -rm -f image.boot |
38 | 38 | ||
39 | arch_distclean: distclean_kernel |
39 | arch_distclean: distclean_kernel distclean_uspace |