Rev 4055 | Rev 4300 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4055 | Rev 4221 | ||
---|---|---|---|
Line 63... | Line 63... | ||
63 | endif |
63 | endif |
64 | 64 | ||
65 | ifeq ($(UARCH),sparc64) |
65 | ifeq ($(UARCH),sparc64) |
66 | DIRS += \ |
66 | DIRS += \ |
67 | srv/fhc \ |
67 | srv/fhc \ |
68 | srv/obio |
68 | srv/obio \ |
- | 69 | srv/pci |
|
69 | endif |
70 | endif |
70 | 71 | ||
71 | BUILDS := $(addsuffix .build,$(DIRS)) |
72 | BUILDS := $(addsuffix .build,$(DIRS)) |
72 | CLEANS := $(addsuffix .clean,$(DIRS)) |
73 | CLEANS := $(addsuffix .clean,$(DIRS)) |
73 | 74 |