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