Rev 991 | Rev 996 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 991 | Rev 994 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | # |
30 | # |
31 | 31 | ||
32 | -include Makefile.config |
32 | -include Makefile.config |
33 | 33 | ||
34 | DIRS = \ |
34 | DIRS = \ |
- | 35 | softint \ |
|
- | 36 | softfloat \ |
|
35 | libc \ |
37 | libc \ |
36 | libipc \ |
38 | libipc \ |
37 | init \ |
39 | init |
38 | softfloat \ |
- | |
39 | softint |
- | |
40 | 40 | ||
41 | BUILDS := $(addsuffix .build,$(DIRS)) |
41 | BUILDS := $(addsuffix .build,$(DIRS)) |
42 | CLEANS := $(addsuffix .clean,$(DIRS)) |
42 | CLEANS := $(addsuffix .clean,$(DIRS)) |
43 | 43 | ||
44 | .PHONY: all config build $(BUILDS) $(CLEANS) clean distclean |
44 | .PHONY: all config build $(BUILDS) $(CLEANS) clean distclean |