Subversion Repositories HelenOS

Rev

Rev 4342 | Rev 4354 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4342 Rev 4344
Line 66... Line 66...
66
 
66
 
67
ifeq ($(UARCH),ia32)
67
ifeq ($(UARCH),ia32)
68
	DIRS += srv/pci
68
	DIRS += srv/pci
69
endif
69
endif
70
 
70
 
-
 
71
ifeq ($(UARCH),sparc64)
-
 
72
	DIRS += \
-
 
73
		srv/fhc \
-
 
74
		srv/obio
-
 
75
endif
-
 
76
 
71
BUILDS := $(addsuffix .build,$(DIRS))
77
BUILDS := $(addsuffix .build,$(DIRS))
72
CLEANS := $(addsuffix .clean,$(DIRS))
78
CLEANS := $(addsuffix .clean,$(DIRS))
73
 
79
 
74
.PHONY: all $(BUILDS) $(CLEANS) clean kerninc
80
.PHONY: all $(BUILDS) $(CLEANS) clean kerninc
75
 
81