Rev 2185 | Rev 2491 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2185 | Rev 2479 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | # |
30 | # |
31 | 31 | ||
32 | -include Makefile.config |
32 | -include Makefile.config |
33 | 33 | ||
34 | DIRS = \ |
34 | DIRS = \ |
35 | libc \ |
35 | lib/libc \ |
36 | softint \ |
36 | lib/softint \ |
37 | softfloat \ |
37 | lib/softfloat \ |
38 | init \ |
38 | srv/ns \ |
39 | ns \ |
39 | srv/fb \ |
40 | fb \ |
40 | srv/kbd \ |
- | 41 | srv/console \ |
|
41 | kbd \ |
42 | srv/rd \ |
42 | console \ |
43 | srv/fs \ |
43 | tetris \ |
44 | app/tetris \ |
44 | tester \ |
45 | app/tester \ |
45 | klog \ |
46 | app/klog \ |
46 | rd \ |
47 | app/init |
47 | fs |
- | |
48 | 48 | ||
49 | ifeq ($(ARCH), amd64) |
49 | ifeq ($(ARCH), amd64) |
50 | DIRS += pci |
50 | DIRS += srv/pci |
51 | endif |
51 | endif |
52 | 52 | ||
53 | ifeq ($(ARCH), ia32) |
53 | ifeq ($(ARCH), ia32) |
54 | DIRS += pci |
54 | DIRS += srv/pci |
55 | endif |
55 | endif |
56 | 56 | ||
57 | ifeq ($(ARCH), mips32) |
57 | ifeq ($(ARCH), mips32) |
58 | CFLAGS += -DCONFIG_MIPS_FPU |
58 | CFLAGS += -DCONFIG_MIPS_FPU |
59 | endif |
59 | endif |