Rev 708 | Rev 1478 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 708 | Rev 1011 | ||
---|---|---|---|
Line 54... | Line 54... | ||
54 | 54 | ||
55 | distclean: clean arch_distclean |
55 | distclean: clean arch_distclean |
56 | -rm Makefile.config |
56 | -rm Makefile.config |
57 | 57 | ||
58 | kernel: |
58 | kernel: |
59 | $(MAKE) -C $(KERNELDIR) ARCH=$(ARCH) |
59 | $(MAKE) -C $(KERNELDIR) NARCH=$(ARCH) |
60 | 60 | ||
61 | uspace: |
61 | uspace: |
62 | $(MAKE) -C $(USPACEDIR) ARCH=$(ARCH) |
62 | $(MAKE) -C $(USPACEDIR) NARCH=$(ARCH) |
63 | 63 | ||
64 | clean_kernel: |
64 | clean_kernel: |
65 | $(MAKE) -C $(KERNELDIR) clean ARCH=$(ARCH) |
65 | $(MAKE) -C $(KERNELDIR) clean ARCH=$(ARCH) |
66 | 66 | ||
67 | clean_uspace: |
67 | clean_uspace: |