Rev 1011 | Rev 1732 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1011 | Rev 1478 | ||
|---|---|---|---|
| Line 41... | Line 41... | ||
| 41 | ## Setup arch configuration |
41 | ## Setup arch configuration |
| 42 | # |
42 | # |
| 43 | 43 | ||
| 44 | -include arch/$(ARCH)/Makefile.inc |
44 | -include arch/$(ARCH)/Makefile.inc |
| 45 | 45 | ||
| - | 46 | ifeq ($(CONFIG_DEBUG),y) |
|
| - | 47 | DEFS += -DCONFIG_DEBUG |
|
| - | 48 | endif |
|
| - | 49 | ||
| 46 | .PHONY: all build config distclean arch_distclean clean kernel uspace clean_kernel clean_uspace distclean_kernel distclean_uspace |
50 | .PHONY: all build config distclean arch_distclean clean kernel uspace clean_kernel clean_uspace distclean_kernel distclean_uspace |
| 47 | 51 | ||
| 48 | all: |
52 | all: |
| 49 | tools/config.py default |
53 | tools/config.py default |
| 50 | $(MAKE) -C . build $(ARCH) |
54 | $(MAKE) -C . build $(ARCH) |