Rev 1250 | Rev 1347 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1250 | Rev 1339 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | 42 | ||
43 | ifeq ($(ARCH), amd64) |
43 | ifeq ($(ARCH), amd64) |
44 | DIRS += pci |
44 | DIRS += pci |
45 | endif |
45 | endif |
46 | ifeq ($(ARCH), ia32) |
46 | ifeq ($(ARCH), ia32) |
47 | DIRS += pci |
47 | DIRS += pci \ |
- | 48 | kbd |
|
48 | endif |
49 | endif |
49 | 50 | ||
50 | BUILDS := $(addsuffix .build,$(DIRS)) |
51 | BUILDS := $(addsuffix .build,$(DIRS)) |
51 | CLEANS := $(addsuffix .clean,$(DIRS)) |
52 | CLEANS := $(addsuffix .clean,$(DIRS)) |
52 | 53 |