Rev 1608 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1608 | Rev 1660 | ||
---|---|---|---|
Line 49... | Line 49... | ||
49 | endif |
49 | endif |
50 | ifeq ($(ARCH), ia32) |
50 | ifeq ($(ARCH), ia32) |
51 | DIRS += pci |
51 | DIRS += pci |
52 | endif |
52 | endif |
53 | 53 | ||
- | 54 | CFLAGS += -DCONFIG_MIPS_FPU |
|
- | 55 | ||
54 | BUILDS := $(addsuffix .build,$(DIRS)) |
56 | BUILDS := $(addsuffix .build,$(DIRS)) |
55 | CLEANS := $(addsuffix .clean,$(DIRS)) |
57 | CLEANS := $(addsuffix .clean,$(DIRS)) |
56 | 58 | ||
57 | .PHONY: all config build $(BUILDS) $(CLEANS) clean distclean |
59 | .PHONY: all config build $(BUILDS) $(CLEANS) clean distclean |
58 | 60 |