Rev 4221 | Rev 4420 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4221 | Rev 4300 | ||
---|---|---|---|
Line 53... | Line 53... | ||
53 | app/klog \ |
53 | app/klog \ |
54 | app/init \ |
54 | app/init \ |
55 | app/bdsh |
55 | app/bdsh |
56 | 56 | ||
57 | ifeq ($(UARCH),amd64) |
57 | ifeq ($(UARCH),amd64) |
58 | DIRS += srv/pci |
58 | DIRS += \ |
- | 59 | srv/pci \ |
|
- | 60 | app/lspci |
|
59 | endif |
61 | endif |
60 | 62 | ||
61 | ifeq ($(UARCH),ia32) |
63 | ifeq ($(UARCH),ia32) |
62 | DIRS += srv/pci |
64 | DIRS += \ |
- | 65 | srv/pci \ |
|
- | 66 | app/lspci |
|
63 | endif |
67 | endif |
64 | 68 | ||
65 | ifeq ($(UARCH),sparc64) |
69 | ifeq ($(UARCH),sparc64) |
66 | DIRS += \ |
70 | DIRS += \ |
67 | srv/fhc \ |
71 | srv/fhc \ |
68 | srv/obio \ |
72 | srv/obio \ |
69 | srv/pci |
73 | srv/pci \ |
- | 74 | app/lspci |
|
70 | endif |
75 | endif |
71 | 76 | ||
72 | BUILDS := $(addsuffix .build,$(DIRS)) |
77 | BUILDS := $(addsuffix .build,$(DIRS)) |
73 | CLEANS := $(addsuffix .clean,$(DIRS)) |
78 | CLEANS := $(addsuffix .clean,$(DIRS)) |
74 | 79 |