Rev 1485 | Rev 1528 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1485 | Rev 1508 | ||
---|---|---|---|
Line 52... | Line 52... | ||
52 | DIRS += kbd |
52 | DIRS += kbd |
53 | endif |
53 | endif |
54 | ifeq ($(ARCH), mips32eb) |
54 | ifeq ($(ARCH), mips32eb) |
55 | DIRS += kbd |
55 | DIRS += kbd |
56 | endif |
56 | endif |
- | 57 | ifeq ($(ARCH), ia64) |
|
- | 58 | DIRS += kbd |
|
- | 59 | endif |
|
57 | 60 | ||
58 | BUILDS := $(addsuffix .build,$(DIRS)) |
61 | BUILDS := $(addsuffix .build,$(DIRS)) |
59 | CLEANS := $(addsuffix .clean,$(DIRS)) |
62 | CLEANS := $(addsuffix .clean,$(DIRS)) |
60 | 63 | ||
61 | .PHONY: all config build $(BUILDS) $(CLEANS) clean distclean |
64 | .PHONY: all config build $(BUILDS) $(CLEANS) clean distclean |