Rev 1478 | Rev 1764 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1478 | Rev 1732 | ||
|---|---|---|---|
| Line 45... | Line 45... | ||
| 45 | 45 | ||
| 46 | ifeq ($(CONFIG_DEBUG),y) |
46 | ifeq ($(CONFIG_DEBUG),y) |
| 47 | DEFS += -DCONFIG_DEBUG |
47 | DEFS += -DCONFIG_DEBUG |
| 48 | endif |
48 | endif |
| 49 | 49 | ||
| - | 50 | ifeq ($(CONFIG_BAT),y) |
|
| - | 51 | DEFS += -DCONFIG_BAT |
|
| - | 52 | endif |
|
| - | 53 | ||
| 50 | .PHONY: all build config distclean arch_distclean clean kernel uspace clean_kernel clean_uspace distclean_kernel distclean_uspace |
54 | .PHONY: all build config distclean arch_distclean clean kernel uspace clean_kernel clean_uspace distclean_kernel distclean_uspace |
| 51 | 55 | ||
| 52 | all: |
56 | all: |
| 53 | tools/config.py default |
57 | tools/config.py default |
| 54 | $(MAKE) -C . build $(ARCH) |
58 | $(MAKE) -C . build $(ARCH) |