Subversion Repositories HelenOS

Rev

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

Rev 3969 Rev 3978
Line 61... Line 61...
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)
65
ifeq ($(UARCH),sparc64)
66
	DIRS += srv/fhc
66
	DIRS += \
-
 
67
		srv/fhc \
-
 
68
		srv/obio
67
endif
69
endif
68
 
70
 
69
BUILDS := $(addsuffix .build,$(DIRS))
71
BUILDS := $(addsuffix .build,$(DIRS))
70
CLEANS := $(addsuffix .clean,$(DIRS))
72
CLEANS := $(addsuffix .clean,$(DIRS))
71
 
73