Rev 4243 | Rev 4505 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4243 | Rev 4307 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | include ../../../Makefile.config |
29 | include ../../../Makefile.config |
| 30 | 30 | ||
| 31 | DIRS = \ |
31 | DIRS = \ |
| 32 | netif/lo \ |
32 | netif/lo \ |
| 33 | netif/dp8390 \ |
33 | netif/dp8390 \ |
| - | 34 | nil/eth \ |
|
| 34 | networking \ |
35 | net \ |
| 35 | networking/startup |
36 | net/start |
| 36 | 37 | ||
| 37 | DIRS_MODULAR = il/ip \ |
38 | DIRS_MODULAR = il/ip \ |
| 38 | tl/tcp \ |
39 | tl/tcp \ |
| 39 | il/arp \ |
40 | il/arp \ |
| 40 | nil/eth \ |
- | |
| 41 | # il/rarp \ |
41 | # il/rarp \ |
| 42 | # il/icmp \ |
42 | # il/icmp \ |
| 43 | # tl/udp \ |
43 | # tl/udp \ |
| 44 | # socket |
44 | # socket |
| 45 | 45 | ||