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