Rev 1395 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1395 | Rev 1764 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | 30 | ||
| 31 | image.boot: kernel uspace |
31 | image.boot: kernel uspace |
| 32 | make -C arch/$(ARCH)/loader COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR) |
32 | make -C arch/$(ARCH)/loader COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR) |
| 33 | cp arch/$(ARCH)/loader/image.boot image.boot |
33 | cp arch/$(ARCH)/loader/image.boot image.boot |
| 34 | 34 | ||
| 35 | clean: clean_kernel clean_uspace |
35 | clean: clean_boot_gen clean_kernel clean_uspace |
| 36 | make -C arch/$(ARCH)/loader clean KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR) |
36 | make -C arch/$(ARCH)/loader clean KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR) |
| 37 | -rm -f image.boot |
37 | -rm -f image.boot |
| 38 | 38 | ||
| 39 | arch_distclean: distclean_kernel distclean_uspace |
39 | arch_distclean: distclean_kernel distclean_uspace |