Subversion Repositories HelenOS

Rev

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

Rev 4340 Rev 4342
Line 58... Line 58...
58
	app/trace \
58
	app/trace \
59
	app/klog \
59
	app/klog \
60
	app/init \
60
	app/init \
61
	app/bdsh
61
	app/bdsh
62
 
62
 
63
ifeq ($(ARCH), amd64)
63
ifeq ($(UARCH),amd64)
64
	DIRS += srv/pci
64
	DIRS += srv/pci
65
endif
65
endif
66
 
66
 
67
ifeq ($(ARCH), ia32)
67
ifeq ($(UARCH),ia32)
68
	DIRS += srv/pci
68
	DIRS += srv/pci
69
endif
69
endif
70
 
70
 
71
ifeq ($(ARCH), mips32)
-
 
72
	CFLAGS += -DCONFIG_MIPS_FPU
-
 
73
endif
-
 
74
 
-
 
75
ifeq ($(ARCH), mips32eb)
-
 
76
	CFLAGS += -DCONFIG_MIPS_FPU
-
 
77
endif
-
 
78
 
-
 
79
BUILDS := $(addsuffix .build,$(DIRS))
71
BUILDS := $(addsuffix .build,$(DIRS))
80
CLEANS := $(addsuffix .clean,$(DIRS))
72
CLEANS := $(addsuffix .clean,$(DIRS))
81
 
73
 
82
.PHONY: all $(BUILDS) $(CLEANS) clean kerninc
74
.PHONY: all $(BUILDS) $(CLEANS) clean kerninc
83
 
75
 
84
all: ../Makefile.config kerninc $(BUILDS)
76
all: ../Makefile.config ../config.h ../config.defs kerninc $(BUILDS)
85
 
77
 
86
clean: $(CLEANS)
78
clean: $(CLEANS)
87
 
79
 
88
kerninc:
80
kerninc:
89
	$(MAKE) -C lib/libc kerninc
81
	$(MAKE) -C lib/libc kerninc