Rev 3882 | Rev 3978 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3882 | Rev 3969 | ||
---|---|---|---|
Line 60... | Line 60... | ||
60 | 60 | ||
61 | ifeq ($(UARCH),ia32) |
61 | ifeq ($(UARCH),ia32) |
62 | DIRS += srv/pci |
62 | DIRS += srv/pci |
63 | endif |
63 | endif |
64 | 64 | ||
- | 65 | ifeq ($(UARCH),sparc64) |
|
- | 66 | DIRS += srv/fhc |
|
- | 67 | endif |
|
- | 68 | ||
65 | BUILDS := $(addsuffix .build,$(DIRS)) |
69 | BUILDS := $(addsuffix .build,$(DIRS)) |
66 | CLEANS := $(addsuffix .clean,$(DIRS)) |
70 | CLEANS := $(addsuffix .clean,$(DIRS)) |
67 | 71 | ||
68 | .PHONY: all $(BUILDS) $(CLEANS) clean |
72 | .PHONY: all $(BUILDS) $(CLEANS) clean |
69 | 73 |