Rev 3400 | Rev 3535 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3400 | Rev 3403 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | srv/fs/tmpfs \ |
48 | srv/fs/tmpfs \ |
49 | srv/vfs \ |
49 | srv/vfs \ |
50 | srv/devmap \ |
50 | srv/devmap \ |
51 | app/tetris \ |
51 | app/tetris \ |
52 | app/tester \ |
52 | app/tester \ |
53 | app/cli \ |
- | |
54 | app/dltest \ |
53 | app/dltest \ |
55 | app/klog \ |
54 | app/klog \ |
56 | app/init |
55 | app/init \ |
- | 56 | app/bdsh |
|
57 | 57 | ||
58 | ifeq ($(ARCH), amd64) |
58 | ifeq ($(ARCH), amd64) |
59 | DIRS += srv/pci |
59 | DIRS += srv/pci |
60 | endif |
60 | endif |
61 | 61 |