Rev 1596 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1596 | Rev 1608 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | softint \ |
36 | softint \ |
37 | softfloat \ |
37 | softfloat \ |
38 | init \ |
38 | init \ |
39 | ns \ |
39 | ns \ |
40 | fb \ |
40 | fb \ |
- | 41 | kbd \ |
|
41 | console \ |
42 | console \ |
42 | tetris \ |
43 | tetris \ |
43 | ipcc \ |
44 | ipcc \ |
44 | klog |
45 | klog |
45 | 46 | ||
46 | ifeq ($(ARCH), amd64) |
47 | ifeq ($(ARCH), amd64) |
47 | DIRS += pci \ |
48 | DIRS += pci |
48 | kbd |
- | |
49 | endif |
49 | endif |
50 | ifeq ($(ARCH), ia32) |
50 | ifeq ($(ARCH), ia32) |
51 | DIRS += pci \ |
51 | DIRS += pci |
52 | kbd |
- | |
53 | endif |
- | |
54 | ifeq ($(ARCH), mips32) |
- | |
55 | DIRS += kbd |
- | |
56 | endif |
- | |
57 | ifeq ($(ARCH), mips32eb) |
- | |
58 | DIRS += kbd |
- | |
59 | endif |
- | |
60 | ifeq ($(ARCH), ia64) |
- | |
61 | DIRS += kbd |
- | |
62 | endif |
52 | endif |
63 | 53 | ||
64 | BUILDS := $(addsuffix .build,$(DIRS)) |
54 | BUILDS := $(addsuffix .build,$(DIRS)) |
65 | CLEANS := $(addsuffix .clean,$(DIRS)) |
55 | CLEANS := $(addsuffix .clean,$(DIRS)) |
66 | 56 |