Rev 1181 | Rev 1339 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1181 | Rev 1250 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | softint \ |
36 | softint \ |
37 | softfloat \ |
37 | softfloat \ |
38 | libipc \ |
38 | libipc \ |
39 | libadt \ |
39 | libadt \ |
40 | init \ |
40 | init \ |
41 | pci \ |
- | |
42 | ns |
41 | ns |
43 | 42 | ||
- | 43 | ifeq ($(ARCH), amd64) |
|
- | 44 | DIRS += pci |
|
- | 45 | endif |
|
- | 46 | ifeq ($(ARCH), ia32) |
|
- | 47 | DIRS += pci |
|
- | 48 | endif |
|
- | 49 | ||
44 | BUILDS := $(addsuffix .build,$(DIRS)) |
50 | BUILDS := $(addsuffix .build,$(DIRS)) |
45 | CLEANS := $(addsuffix .clean,$(DIRS)) |
51 | CLEANS := $(addsuffix .clean,$(DIRS)) |
46 | 52 | ||
47 | .PHONY: all config build $(BUILDS) $(CLEANS) clean distclean |
53 | .PHONY: all config build $(BUILDS) $(CLEANS) clean distclean |
48 | 54 |