Subversion Repositories HelenOS-historic

Rev

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

Rev 1339 Rev 1347
Line 39... Line 39...
39
	libadt \
39
	libadt \
40
	init \
40
	init \
41
	ns
41
	ns
42
 
42
 
43
ifeq ($(ARCH), amd64)
43
ifeq ($(ARCH), amd64)
44
	DIRS += pci
44
	DIRS += pci \
-
 
45
		kbd
45
endif
46
endif
46
ifeq ($(ARCH), ia32)
47
ifeq ($(ARCH), ia32)
47
	DIRS += pci \
48
	DIRS += pci \
48
		kbd
49
		kbd
49
endif
50
endif
-
 
51
ifeq ($(ARCH), mips32)
-
 
52
	DIRS += kbd
-
 
53
endif
-
 
54
ifeq ($(ARCH), mips32eb)
-
 
55
	DIRS += kbd
-
 
56
endif
50
 
57
 
51
BUILDS := $(addsuffix .build,$(DIRS))
58
BUILDS := $(addsuffix .build,$(DIRS))
52
CLEANS := $(addsuffix .clean,$(DIRS))
59
CLEANS := $(addsuffix .clean,$(DIRS))
53
 
60
 
54
.PHONY: all config build $(BUILDS) $(CLEANS) clean distclean
61
.PHONY: all config build $(BUILDS) $(CLEANS) clean distclean